-
Notifications
You must be signed in to change notification settings - Fork 0
1 First resource
EXPRESS SET UP
https://www.quora.com/What-are-the-biggest-websites-built-with-Node-js-on-the-server-side
1-Node.js was installed at
/usr/local/bin/node
npm was installed at
/usr/local/bin/npm
Make sure that /usr/local/bin is in your $PATH
2-Debugging
http://spin.atomicobject.com/2015/09/25/debug-node-js/
https://strongloop.com/strongblog/announcing-a-new-and-improved-node-js-debugger/
fixed it - http://stackoverflow.com/questions/23340968/debugging-node-js-with-node-inspector?rq=1
3- http://expressjs.com/starter/generator.html
4- express.js without jade - http://stackoverflow.com/questions/7520541/node-js-express-without-using-jade
For ejs and not jade
express –ejs
5- DB integrations
-redis - http://redis.io/topics/quickstart
npm install redis –save
http://www.sitepoint.com/using-redis-node-js/
6-
npm install passport
npm install bootstrap
https://scotch.io/tutorials/easy-node-authentication-setup-and-local
7 —
npm install twilio
8 — jquery installed
npm install —save query
http://stackoverflow.com/questions/14264429/how-to-use-jquery-installed-with-npm-in-express-app
9- bootstrap installed by npm and included
10 - npm install express-session
11 - npm install connect-flash
12 — npm install mongoose
npm install –save kerberos mongodb
13 — npm install fs
https://docs.nodejitsu.com/articles/file-system/how-to-write-files-in-nodejs
14 — npm install passport-local
y both passport and local needed
http://code.tutsplus.com/tutorials/authenticating-nodejs-applications-with-passport–cms-21619
15 — npm install bcrypt-nodejs
for passwords
16 - don’t use cookie parser
http://stackoverflow.com/questions/27961320/when-should-i-use-cookie-parser-with-express-session
17 - npm install express-jwt express-unless –save
for the jwt verification
18 ensure stuff is in design pattern and very synchronous
19 — npm install node-uuid
20 — npm install redis
21 — module.exports http://openmymind.net/2012/2/3/Node-Require-and-Exports/
http://www.sitepoint.com/understanding-module-exports-exports-node-js/
22 sessionid vs connect.id - http://stackoverflow.com/questions/16919051/how-can-i-get-sessionid-from-a-request
23 — memory store http://stackoverflow.com/questions/10760620/using-memorystore-in-production
24 — https://smsowl.in/
25 — npm install twilio
https://www.twilio.com/blog/2013/03/introducing-the-twilio-module-for-node-js.html
https://www.twilio.com/user/account/messaging/dev-tools/api-explorer/message-create?expanded=0
https://twilio.github.io/twilio-node/
26 - npm install node-cache