A collaraborative whiteboarding application for brainstorming on the go. A NodeJS/ExpressJS/AngularJS white-boarding application, using Socket.IO to allow for real-time collaboration across multiple devices. Allows for concurrent white-boarding sessions with unique room identifiers.
-
Install the dependencies: npm install
-
Start server: node server.js
-
Navigate to http://localhost:8080/
- Enter a name for your whiteboard session.
- You can switch colors, increase/decrease brush size, export your whiteboard as a png, or clear your whiteboard entirely.
- To share your whiteboard with others and collaborate, send them the link to your whiteboard.
- If you'd like to start a new room, navigate back to the landing page, and enter a new name.
- You can have multiple rooms running at the same time with different people collaboarting between them.