Thursday, February 06, 2014

MEAN Web Dev Stack

Building AngularJS and Node.js Apps with the MEAN Stack - Online Training Course for Developers:
http://github.com/joeeames/MEANAppsFiles

Mean.io
MEAN (Stack) is a boilerplate that provides a nice starting point for MongoDB, Node.js, Express, and AngularJS based applications. It is designed to give you quick and organized way to start developing of MEAN based web apps with useful modules like mongoose and passport pre-bundled and configured. We mainly try to take care of the connection points between existing popular frameworks and solve common integration problems.

common element: JavaScript.
Compared to previous "LAMP", this web stack can work on any OS
But JavaScript may also evolve soon to more "typed" languages, Dart and maybe TypeScript...