Giter VIP home page Giter VIP logo

Comments (3)

fideloper avatar fideloper commented on July 24, 2024 1

Here's some basic info related to that:

  1. Homestead is a full virtual machine (a little server running inside your main computer). It's potentially a bit heavy in terms of CPU/RAM usage, but it's the most like running stuff inside of a "real" server
  2. Valet installs PHP, Caddy, MySQL and I believe Redis (?) on your mac directly. It's the least like a real server environment, but it's the fastest way to run your code as it's just software running directly on your Mac (Valet is Mac-only)
  3. Vessel is sort of an in-between. It's not a full VM (although on Mac it has to run in a small layer of virtualization, so there is a small VM running), and containers generally only use what CPU/RAM they need. It's based on Docker as mentioned. It can run processes such as MySQL, php-fpm, Nginx, (etc) within it's own little world ("container") that uses some of the stuff from the host system but also still sectioned off from the host system.

from vessel.

cringerjs avatar cringerjs commented on July 24, 2024

There is no comparison. They are all different technologies. Vessel is using Docker.

I don't see how it's the package maintainer responsibility to tell you the difference between the technologies.

https://laravel.com/docs/5.5/valet
https://laravel.com/docs/5.5/homestead

from vessel.

jericopulvera avatar jericopulvera commented on July 24, 2024

Oh ok thanks.

from vessel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.