-
Notifications
You must be signed in to change notification settings - Fork 4
Node.js MEAN Stack Learning Notes
Jinlian(Sunny) Wang edited this page Feb 28, 2015
·
1 revision
This is an amazing article introducing beginner to node.js/MEAN stack. Very intuitive working examples, step by step. I got my confidence and interest in learning node.js after reading this article.
This is an excellent article talking about how to make node.js server scalable. My knowledge on web server is mostly on the development side, not much on the production and scaling. This article gives me some new perspective on the scaling/production.
General discussion over node.js. Contains some good references over nodetime and appdynamics which I want to check out later.
To read later.
I also want to check out how to introduce object-oriented concept in node.js server code, and also how the models and business logic are implements in node.js.