jon-hall / drawing

drawing :art:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drawing 🎨

Simple multi-user whiteboard-as-a-service using websockets and bookmarklets.

Drawing server

Install

npm i drawing -g

Run

drawing

To run on a port other than 3000, set the PORT environment variable to your preferred port

Drawing API

TODO: Document how to integrate this into an existing app as a quick and dirty multi-user whiteboard - essentially, the export from this library is a socket.io middleware and you would also need to pull in the client files on your target page to create and run the whiteboard

About

drawing :art:

License:MIT License


Languages

Language:JavaScript 63.5%Language:HTML 36.5%