What you should know
  1. event-driven
  2. asynchronous
  3. non-blocking I/O model
  1. event loop at the core of nodejs
  2. single-threaded application can handle many connection quickly

D'abord :

  1. streams
  2. file system
  3. http module

Puis :

  1. express
  2. testing avec mocha
  3. grunt
  4. npm scripts…