Lib.Net.Http.WebPush

Lib.Net.Http.WebPush is a library which provides a Web Push Protocol based client for Push Service. It provides support for Voluntary Application Server Identification (VAPID) for Web Push and Message Encryption for Web Push.

Lib.AspNetCore.WebPush is a library which provides ASP.NET Core extensions for Web Push Protocol based client for Push Service.

Lib.Azure.WebJobs.Extensions.WebPush is a library which provides Azure Functions in-process model and Azure WebJobs binding extensions for Web Push Protocol based client for Push Service.

Lib.Azure.Functions.Worker.Extensions.WebPush is a library which provides Azure Functions isolated worker model extensions for Web Push Protocol based client for Push Service.

Installation

You can install Lib.Net.Http.WebPush, Lib.AspNetCore.WebPush, Lib.Azure.WebJobs.Extensions.WebPush, and Lib.Azure.Functions.Worker.Extensions.WebPush from NuGet.

PM>  Install-Package Lib.Net.Http.WebPush
PM>  Install-Package Lib.AspNetCore.WebPush
PM>  Install-Package Lib.Azure.WebJobs.Extensions.WebPush
PM>  Install-Package Lib.Azure.Functions.Worker.Extensions.WebPush

Demos

There are several demo projects available:

  • Web Push Notifications in ASP.NET Core Web Application
  • Web Push Notifications in Azure Functions

Additional Resources

There is a "Push Notifications and ASP.NET Core" series which provides a lot of information about Push API, Web Push Protocol and internals of this library:

  • Push Notifications and ASP.NET Core - Part 1 (Push API)
  • Push Notifications and ASP.NET Core - Part 2 (Requesting Delivery)
  • Push Notifications and ASP.NET Core - Part 3 (Replacing Messages & Urgency)
  • Push Notifications and ASP.NET Core - Part 5 (Special Cases)
  • Scaling Web Push Notifications with Azure Functions

Donating

My blog and open source projects are result of my passion for software development, but they require a fair amount of my personal time. If you got value from any of the content I create, then I would appreciate your support by sponsoring me.

Back to top Copyright © 2018 - 2024 Tomasz Pęczek