This is the sample application for the 12 devs of xmas tutorial, find the tutorial over at: http://www.12devsofxmas.co.uk/
- http://drawstuff.nodejitsu.com/: The origional hack day project
- http://www.byrichardpowell.co.uk/post/23958785278/fun-with-nodejs-socketio-paperjs#ux The blog post about it
- https://github.com/byrichardpowell/draw The origional hack day's repository
Run the following in terminal
git clone https://github.com/byrichardpowell/12devsNodeJsDraw.git
cd 12devsNodeJsDraw
npm install
node app.js
Now browse to http://127.0.0.1:3000/. Happy drawing!
Released under the Creative Commons Attributation 3.0 unported License. Have fun!