https://github.com/radu-matei/dotnetcore-samples
.NET Core 3 code samples from various articles
https://github.com/radu-matei/dotnetcore-samples
aspnetcore dotnet-core signalr
Last synced: 6 months ago
JSON representation
.NET Core 3 code samples from various articles
- Host: GitHub
- URL: https://github.com/radu-matei/dotnetcore-samples
- Owner: radu-matei
- License: mit
- Created: 2017-01-12T21:08:48.000Z (over 8 years ago)
- Default Branch: dotnetcore3
- Last Pushed: 2019-11-02T07:58:18.000Z (almost 6 years ago)
- Last Synced: 2024-11-01T05:51:43.674Z (12 months ago)
- Topics: aspnetcore, dotnet-core, signalr
- Language: C#
- Homepage:
- Size: 187 KB
- Stars: 36
- Watchers: 7
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .NET Core 3 and SignalR
Samples for common SignalR scenarios:
- simple chat web application
- .NET client example
- streaming for the JavaScript and .NET clients
- binary examples for the JavaScript and .NET clients
- notifications for an MVC / WebAPI, or invoking clients from outside the hub class.