Abstractions for push subscription management using PushServer framework for ASP.NET Core 2.
Commonly used types:
PushChannelConfiguration
PushChannelOptions
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...
More information
Manage and push to Web Push subscriptions using the PushServer framework for ASP.NET Core 2.
This plugin extends the PushServer to store information of Web Push subscriptions and send
push notifications to them.
Manage and push to Azure Notification Hub push subscriptions using the PushServer framework for ASP.NET Core 2.
This plugin extends the PushServer to store information of Azure Notification Hub subscriptions, and send push notifications to them.
Manage and push to Web Push subscriptions using the PushServer framework for ASP.NET Core 3.1.
This plugin extends the PushServer to store information of Web Push subscriptions and send
push notifications to them.
Abstractions for push subscription management using PushServer framework for ASP.NET Core 3.1.
Commonly used types:
PushChannelConfiguration
PushChannelOptions
A push notification framework for ASP.NET Core 3.1. 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...
More information