A Canvas Sharing System using Socket.io
$ cd CanvasShare/
$ npm install
$ grunt serve
And point your browser to http://localhost:3000
. Optionally, specify
a port by supplying the PORT
env variable.
Point browser to http://localhost:3000/server.html
on server.
Point browser to http://localhost:3000/client.html
on client.
Optionally, specify a port by supplying the PORT
env variable.
- At this moment it is just a very crude version with only Straight Lines working
- Added Circles and polygons
- Added clear button
- Added Square
- Added Color picker
- Added Dynamic drawing
- More basic shapes and dynamic drawing coming next.
###Bugs
Dynamic drawing isn't working as intended on Firefox. Recieving works fine, sending redundant junk data.
##License MIT