Examples completed in CoffeeScript while reading through The Node Beginner Book.
A node server which allows the user to upload a PNG file and displays it back to them.
Watches all .coffee
in src/
and updates .js
in lib/
:
$ cake watch
Runs and automatically restarts server on change:
$ npm install
$ npm start