MEAN
From BC$ MobileTV Wiki
MongoDB Express.js Angular Node.js (commonly abbreviated MEAN) which is a development stack, akin to LAMP and in many ways an alternative to complex EAI frameworks.
Contents
MEAN stack
- MongoDB: http://www.mongodb.com/ (NoSQL Document-store database)
- ExpressJS: http://expressjs.com/ (WebApp framework to handle requests for NodeJS and integrate to front-end libraries)
- Angular: http://angularjs.org/ (but A could also stand for "Any modern front-end JS framework", including jQuery, Backbone, ReactJS, etc)
- NodeJS (CLI/Back-end JS framework)
JAM Stack
- Javascript Api Microservices (JAM) stack: https://jamstack.org/
Tools
- Mean.IO: http://mean.io/#!/
Resources
- MEAN: http://meanjs.org/ (full-stack JS suite)
Tutorials
- How to get started on the MEAN Stack: http://hackhands.com/how-to-get-started-on-the-mean-stack/
- Delving into Node.js and Express web framework: http://hackhands.com/delving-node-js-express-web-framework/
- Introducing the MEAN stack: http://www.ibm.com/developerworks/library/wa-mean1/index.html
- Microsoft - MEAN stack jump start: https://mva.microsoft.com/en-us/training-courses/mean-stack-jump-start-8442?l=eovSb3Vz_4604984382
- Serverless Architectures - The Evolution of Cloud Computing: http://dzone.com/articles/serverless-architectures-the-evolution-of-cloud-co
External Links
References
- ↑ Fly-over of MEAN Stack -- Six Need-to-Knows: http://dzone.com/articles/6-things-you-want-to-know-about-mean-stack
- ↑ Understanding the Middleware Pattern in Express.js: http://dzone.com/articles/understanding-middleware-pattern-in-expressjs
See Also
MongoDB | Express.JS | Angular/Any JS | NodeJS