Info
Version: | 1.2.1 |
Author(s): | tuwrraphael |
Last Update: | Wednesday, August 28, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/tuwrraphael/PushServer/ |
NuGet Url: | https://www.nuget.org/packages/PushServer |
Install
Install-Package PushServer
dotnet add package PushServer
paket add PushServer
PushServer Download (Unzip the "nupkg" after downloading)
Dependencies
- PushServer.PushConfiguration.Abstractions(>= 1.1.0)
- PushServer.Abstractions(>= 1.2.1)
- PushServer.Models(>= 1.0.3)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.1.1)
Tags
It extends a web application with the capability to manage push subscriptions and send notifications to users.
In a modular approach different push providers like Web Push or Azure Notification Hubs can be added. Its extensible design allows to plugin custom push providers for other notification channels.