Realtime shareboard using nodejs, socket.io. It is basically paint program which enables realtime sharing among users.
1. git clone https://github.com/navjotdhanawat/shareboard.git
2. cd shareboard
3. npm install
4. npm start
- Realtime sharing of what we draw.
- Save progress on server using mongodb.
- Undo, redo functionality.
- Color picker.
Just fork repo and do whatever you want to do with it. But dont forget to share innovation you have done with it. :)