Node.js Resources
What is node.js?
Node.js is just JavaScript running on the server side. That's it. That's all there is to it.
Express
- Express Docs, if you want to get started and already know JavaScript this is the place to be
Javascript
- JavaScript For Cats
- A Re-Introduction to JavaScript
- JavaScript Reference
- JavaScript Guide
- Why Use Closure
- Prototypal Inheritance
- Control Flow in Node
- Truthy and Falsey Values
- How to Write Asynchronous Code
NPM (node package manager)
- Introduction to NPM
- NPM Cheatsheet
- Interactive Package.json Cheatsheet
- NPM README
- NPM Official Docs
- NPM FAQ
- Offical Docs on NPM's package.json
- NPM Developer Guide
Here is another one : http://www.nodejs-news.com/start-with-nodejs/nodejs-books/