Skip to content

zackdever/node-beginner-book-coffee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Node Beginner Book, with Coffee

Examples completed in CoffeeScript while reading through The Node Beginner Book.

End Result

A node server which allows the user to upload a PNG file and displays it back to them.

Development

Watches all .coffee in src/ and updates .js in lib/:

$ cake watch

Runs and automatically restarts server on change:

$ npm install
$ npm start

About

going through http://www.nodebeginner.org/, but with coffeescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published