http://github.com/lrvick/grfety
Simple web based multiplayer drawing application using NodeJS, SockJS, and HTML5 Canvas. I hammered all this out in a few hours so don't expect too much, but if nothing else it should show off the power of SockJS and Canvas.
- nodejs
- HTML5 Canvas capable browsers
- Multiple people can draw at the same time
- Fills the browser window
- Auto-reconnection
- Right-click erase
- Saves and restores snapshots automatically
- Android / IOS Support
- You can draw with the color white
-
Clone the repository
git clone https://github.com/lrvick/grfety.git cd grfety
-
Install node modules
npm install node-static sockjs canvas
-
Start server
./server.js 9999
Port number will default to 9999 if none is specified
Use at your own risk. You may be eaten by a grue.
Questions/Comments?
You can find me on the web via:
Email | Blog | Twitter | Facebook | Google+ | YouTube | Last.fm | LinkedIn | Github