Node.js exercises in CoffeeScript

I attended the Node.js workshop in Falsy Values last week. As both Node.js and CoffeeScript are often short of examples, I decided to put my implementations of the exercises up on GitHub. This even resulted in a ReadWriteWeb post:

Bergius has also posted his live blogged notes from the event.

The exercises included are:

  • HTTP server and client in same script
  • Express cookies example
  • Express routing example
  • Express error handling
  • Express middlewares example
  • Simple HTTP proxy
  • Blog example using views, middlewares and routing
  • CommonJS module and script using it
  • async.auto example
  • async.parallel example
  • Chat server with web and TCP front-ends: client and server