https://github.com/35socks/interactive-whiteboard
An interactive, real-time whiteboard application built with Node.js.
https://github.com/35socks/interactive-whiteboard
collaboration nodejs whiteboard workspace-tools
Last synced: over 1 year ago
JSON representation
An interactive, real-time whiteboard application built with Node.js.
- Host: GitHub
- URL: https://github.com/35socks/interactive-whiteboard
- Owner: 35socks
- Created: 2024-11-01T04:47:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T04:53:22.000Z (over 1 year ago)
- Last Synced: 2025-02-07T01:45:32.825Z (over 1 year ago)
- Topics: collaboration, nodejs, whiteboard, workspace-tools
- Language: HTML
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interactive Whiteboard
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.
---
## Features
- **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.
---
## Getting Started
### Prerequisites
- **Node.js** (>=14.x)
- **npm** (Node Package Manager)
---
# How to set up
Just clone the repository and run the following commands:
```bash
npm install
```
```bash
node server.js
```
and you're ready to go!