An interactive, real-time whiteboard application built with Node.js. This whiteboard allows multiple users to join and draw together, updating live for all connected users. And includes a QR code which makes it easy for people to join on their devices by simply scanning the code.
- Real-Time Drawing: Users can draw together in real time, with every stroke synced across all devices.
- Multi-User Support: Perfect for collaborative sessions or group discussions.
- QR Code Access: Share access with ease by scanning a QR code generated within the application.
- Responsive Design: Optimized for desktop, tablet, and mobile devices.
- Node.js (>=14.x)
- npm (Node Package Manager)
Just clone the repository and run the following commands:
npm installnode server.jsand you're ready to go!