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

https://github.com/freshmag/collaborativerealtimewhiteboard

Simple web application for drawing on collaborative real-time whiteboards
https://github.com/freshmag/collaborativerealtimewhiteboard

Last synced: 11 months ago
JSON representation

Simple web application for drawing on collaborative real-time whiteboards

Awesome Lists containing this project

README

          

# Collaborative Whiteboard
The goal of this project is the creation of an online collaborative whiteboard, allowing multiple users to draw simultaneously and in real time on the same whiteboard, as well as all the profile, whiteboard and notification management part

## Getting Started
Distribuited System Project A.A. 2022-2023

### Dependencies

- NodeJS
- NPM
- Docker
- Vue-cli

## Get Started
Starts the entire environment:
```
make run
```
Stops the entire environment:

```
make stop
```
Use the following address to connect to the application:

_http://localhost:80_

## Authors

- Valerio Di Zio
- Francesco Magnani
- Thomas Capelli