Difference between revisions of "Mean stack"
From Wiki2
Line 1: | Line 1: | ||
==MEAN Mongo Express Angular Node== | ==MEAN Mongo Express Angular Node== | ||
[http://thecodebarbarian.wordpress.com/2013/07/29/introduction-to-the-mean-stack-part-two-building-and-testing-a-to-do-list/?relatedposts_exclude=76 todolist tut] | |||
avoid callback hell, fire events instead [https://github.com/mckennatim/WebUnleashedNodeWorkshop/blob/master/Files/Part%202/Custom%20Events/server.js see] | avoid callback hell, fire events instead [https://github.com/mckennatim/WebUnleashedNodeWorkshop/blob/master/Files/Part%202/Custom%20Events/server.js see] | ||
Revision as of 16:02, 24 February 2014
MEAN Mongo Express Angular Node
avoid callback hell, fire events instead see
generic pool object for mysql connection from node
orm for mongodb
first parameter of callback is error
supertest and chai for testing api in mocha
http://www.rethinkdb.com/ more relational like
npm --save cats
angular owns the dom , jquery tries to
ngmodules.org is replacing jquery stuff
angular batarang - most useful chrome extension
http://egghead.io to learn angular
for model in angular use https://github.com/mgonto/restangular
faisal does yo angular:service apiService
faisal.abid@gmail.com @FaisalAbid