Skip to content

bibhuticoder/realtimeBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

RealtimeBoard

Realtime whiteboard in Node js using socket.io. Create a room and invite others to join. Allows you to share whiteboard data and mini chat functionality too.

The front end is built on top of html5 canvas. Different kinds of brushes: chalk, marker is available. As the user draws something the data is synced among all members in the room.

This repo is no longer maintained. Please find the latest source code here

Demo ๐Ÿ˜Ž

https://realtimeboard2.herokuapp.com/

usage

npm install && node app