https://github.com/fernandezja/blazor-signalr
Code Kata with Blazor and SignalR (practices, explorations, experiments, tests or just playing with code)
https://github.com/fernandezja/blazor-signalr
blazor blazor-signalr signalr signalr-chat signalr-client
Last synced: 9 months ago
JSON representation
Code Kata with Blazor and SignalR (practices, explorations, experiments, tests or just playing with code)
- Host: GitHub
- URL: https://github.com/fernandezja/blazor-signalr
- Owner: fernandezja
- Created: 2023-06-24T14:49:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T12:39:46.000Z (over 2 years ago)
- Last Synced: 2024-12-30T23:26:17.593Z (over 1 year ago)
- Topics: blazor, blazor-signalr, signalr, signalr-chat, signalr-client
- Language: HTML
- Homepage:
- Size: 463 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blazor-signalr
Code Kata with Blazor and SignalR (practices, explorations, experiments, tests or just playing with code)
## Online demo
WIP. Soon...
## Examples
|Examples | Description |Screenshot |
|:----|:----|:----|
|Counter | Synchronize between different instances of the page. | |
|Chat | Simple Chat |  |
|Collaborative Mouse Tracking | Multiple users simultaneously submitting their mouse positions while interacting with the blazor page |  |