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
- Host: GitHub
- URL: https://github.com/arthrp/simpleshareboard
- Owner: arthrp
- License: gpl-3.0
- Created: 2019-09-29T10:48:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T20:11:21.000Z (about 6 years ago)
- Last Synced: 2025-02-24T22:10:00.574Z (over 1 year 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 [](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.