This is a demo project that shows how to use the new SignalR for ASP.NET Core.
- SignalR hub setup using routes
- Messagepack protocol for transfering data faster
- Accessing SignalR hubs from an external api using dependency injection
- Streaming data from hub methods from server to client using SignalR channels
- .NET C# Client Setup: - Using .NET Core Console App
The following packages and versions I used to design this demo
- Visual Studio 2017 version 15.17.4
- Dot.Net Core 2.1 SDK(v2.1.302) and 2.1 Runtime(v2.1.2)