By medvegonok
I know you can use NodeJS to fetch different HTML pages depending on the URL. The only difference I can think about is that when using MEAN you can use a database, but with just NodeJS you ‘can’t’, are there more differences?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
MEAN comes with MongoDB, Express, AngularJS and NodeJS and it is a easier way to install theses applications. If your application doesn’t require MongoDB, Express and AngularJS, I will recommend installing NodeJS and other required applications manually.
The MEAN stack, just like LAMP (Linux, Apache, MySQL, and PHP), is simply a stack of different programs: MongoDB, Express, AngularJS, and Node.js. It’s more of a guideline—you can definitely use a different database system such as Postgresql, a different webserver in place of Express such as hapi.js, or a different front-end framework such as Ember.js.
The MEAN one-click is basically an Ubuntu Droplet with MongoDB and Node.js preinstalled and a sample MEAN project placed in /opt/mean, which means that you can manually install these components on a fresh Ubuntu Droplet yourself and get the exact same result.
The one-click is intended to be an image that people can use as a quick start for MEAN projects on which they can build on top.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.