Computer >> Computer tutorials >  >> Programming >> Javascript

Difference between MEAN.js and MEAN.io?


MEAN is an acronym for MongoDB, Express, Angular, and Node.js.

MEAN.js and MEAN.io are the same things essentially as they both are scaffolded applications or a basic set up to use the above 4 things. These libraries/tools have these set up for you already.

These allow you to not spend time on setting up the basic infra, rather focus on building the application.