An open API service indexing awesome lists of open source software.

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.

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!