Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arthrp/simpleshareboard

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

canvas real-time remote-working signalr

Last synced: 22 days 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.