Quid is a collaborative, real-time, online sketching application.
- node.js
- socket.io
Start the server
node src/server.js
Then navigate to:
http://localhost:8124/index.html
- Use Redis for persistent storage of drawings
- A unique "layer" for each connected client
- Support for multiple drawing boards