Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eoic/whiteboardrt

Real-time collaborative drawing.
https://github.com/eoic/whiteboardrt

Last synced: about 5 hours ago
JSON representation

Real-time collaborative drawing.

Awesome Lists containing this project

README

        

#WhiteBoardRT
A simple real-time collaborative drawing tool for the web.

### Features
1. Public and private drawing boards - invite users through email or share the link.
2. Collaborate with other users in real time.
3. Multiple tools - brushes, colors, shapes.
4. Draggable canvas.
5. Patterns - grid, lines, etc.
6. Export drawing into multiple formats.

### Installation and usage
1. Install dependencies:

```
npm install
```

2. Start development server:

```
npm run dev
```

For lint and build commands, see [package.json](./package.json).