PushServer 1.2.1
A push notification framework for ASP.NET Core 2. 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.
Install-Package PushServer -Version 1.2.1
dotnet add package PushServer --version 1.2.1
<PackageReference Include="PushServer" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PushServer --version 1.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PushServer, 1.2.1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.1.1)
- PushServer.Abstractions (>= 1.2.1)
- PushServer.Models (>= 1.0.3)
- PushServer.PushConfiguration.Abstractions (>= 1.1.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.