This is a collaborative whiteboard inspired by the socket.io get started page.
This demo is missing now for around 1.5 years and I finally found some time to dive into it.
So what is this project? - It is a whiteboard with which connected clients can draw together on one board.
This being a proof of concept there are a lot of missing features to make this even cooler:
- On a new connection only a empty whiteboard is shown. Only the newly (after this connection) drawn lines are getting shown
A color picker- An eraser (It's kinda there if you use white color. A true implementation will come soon...)
A wipe functionA way to set the size of the pen- A way to export pictures from the whiteboard
Touch support
- Clone the repo
- Open a terminal inside the folder
- Type
npm install
NPM will now install the modules - After the installation is done type
node app.js
. You should get a message that the server is running. - Navigate a browser to
localhost:3000
and start drawing. Open another browser (or another tab) and watch yourself drawing. You might draw on the second screen as well.
MIT