Info
Version: | 0.1.19 |
Author(s): | Chris Bardsley |
Last Update: | Wednesday, December 13, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/writelinez/redis-messaging-hub |
NuGet Url: | https://www.nuget.org/packages/RedisMessagingHub |
Install
Install-Package RedisMessagingHub
dotnet add package RedisMessagingHub
paket add RedisMessagingHub
RedisMessagingHub Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.NETCore.App(>= 1.1.2)
- Microsoft.AspNetCore.WebSockets.Server(>= 0.1.0)
- Microsoft.Extensions.Configuration(>= 1.1.2)
- Microsoft.Extensions.Configuration.Abstractions(>= 1.1.2)
- Newtonsoft.Json(>= 10.0.3)
- StackExchange.Redis(>= 1.2.6)
Tags
Some advantages include the ability to send messages to a client from anywhere by simply publishing to a channel from any location.