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

https://github.com/arthrp/simpleshareboard

Multi-user canvas made with SignalR
https://github.com/arthrp/simpleshareboard

canvas real-time remote-working signalr

Last synced: about 1 year ago
JSON representation

Multi-user canvas made with SignalR

Awesome Lists containing this project

README

          

# simpleshareboard [![CircleCI](https://circleci.com/gh/arthrp/simpleshareboard.svg?style=svg)](https://circleci.com/gh/arthrp/simpleshareboard)
Virtual whiteboard for multiple users. Share your writings/drawings/etc in real time with other people. Currently a very simple PoC with several limitations:
* Only one user can draw on board at the same time
* No Auth

## Building and running
If you have .NET Core 3 SDK, you're good to go. Just type ```dotnet run``` and open your favourite browser.