Thursday, April 23, 2015

General help

Frameworks:

1. LoopBack
loopback: http://loopback.io/getting-started/ 

2. Express
http://expressjs.com/  

3. Meteor framework

https://www.meteor.com/

Logger
1. morgan
https://github.com/expressjs/morgan 



Set up node.js server on production:

https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-ubuntu-14-04

Authentication:
https://scotch.io/tutorials/easy-node-authentication-setup-and-local


Authenticating SPA:
https://vickev.com/#!/article/authentication-in-single-page-applications-node-js-passportjs-angularjs

Error Handling in nodejs:
https://www.joyent.com/developers/node/design/errors

Auto Refreshing:
npm install -g nodemon 
and use with

npm install -g nodemon   

Error Handling in express - passport - nodejs:
http://stackoverflow.com/questions/15711127/express-passport-node-js-error-handling

Understanding  express routes:
https://www.packtpub.com/books/content/understanding-express-routes

Authentication using token in AngularJS:
https://auth0.com/blog/2014/01/07/angularjs-authentication-with-cookies-vs-token/

Things should know about tokens
https://auth0.com/blog/2014/01/27/ten-things-you-should-know-about-tokens-and-cookies/

No comments:

Post a Comment