0.0.3 • Published 10 years ago

whiteboard.io v0.0.3

Weekly downloads
7
License
MIT
Repository
-
Last release
10 years ago

Whiteboard.io

#####Collaborative canvas drawing using Socket.io #####

###How to use###

In your Node.js app back-end script:

server.listen(8080);
require('whiteboard.io')(server);

whiteboard.io-client.js exists inside whiteboard.io/lib. copy it over to your client javascript directory and require it in your code:

<script src="/javascripts/whiteboard.io-client.js" />

To enable Whiteboard.io, in your client application file:

$(function() {
	$("#canvas").whiteboard();
});
0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago