Socket
Socket
Sign inDemoInstall

whiteboard.io

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

whiteboard.io

Collaborative canvas drawing using Socket.io


Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

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();
});

FAQs

Package last updated on 14 May 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc