notes
Node.JS
Tips
To debug app with chrome dev tools use
node --inspect app.js
Reading
NodeJS Event Loop Article Series