/drawing

Real-time collaborative drawing using node.js, paper.js & socket.io

Primary LanguageJavaScript

Real Time Drawing

Real-time collaborative drawing using node.js with the Express.JS framework, socket.io & paper.js. If this sort of thing interest you, you may want to read: http://www.12devsofxmas.co.uk/](http://www.12devsofxmas.co.uk/)

Resources

Getting up and running

Run the following in terminal

git clone https://github.com/byrichardpowell/drawing.git
cd drawing
npm install
node app.js

Now browse to http://127.0.0.1:3000/. Happy drawing!

License

Released under the Creative Commons Attributation 3.0 unported License. Have fun!

Please let me know if you do something cool with this code!