Ecosyste.ms: Awesome
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: 22 days ago
JSON representation
Multi-user canvas made with SignalR
- Host: GitHub
- URL: https://github.com/arthrp/simpleshareboard
- Owner: arthrp
- License: gpl-3.0
- Created: 2019-09-29T10:48:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T20:11:21.000Z (almost 5 years ago)
- Last Synced: 2024-11-10T10:42:23.680Z (3 months ago)
- Topics: canvas, real-time, remote-working, signalr
- Language: C#
- Homepage:
- Size: 802 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.