This project is a wrapper over the Microsoft SignalR implementation which simplifies the process of using SignalR.
Info
Version: | 1.1.0 |
Author(s): | Ellersoft LLC |
Last Update: | Wednesday, February 3, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ellersoft/Ellersoft.SignalR |
NuGet Url: | https://www.nuget.org/packages/Ellersoft.SignalR.Core |
Install
Install-Package Ellersoft.SignalR.Core
dotnet add package Ellersoft.SignalR.Core
paket add Ellersoft.SignalR.Core
Ellersoft.SignalR.Core Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 3.1.11)
- Microsoft.AspNetCore.SignalR(>= 1.1.0)
- System.IdentityModel.Tokens.Jwt(>= 6.8.0)