Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tpeczek/lib.net.http.webpush
Lib.Net.Http.WebPush is a library which provides a Web Push Protocol based client for Push Service.
https://github.com/tpeczek/lib.net.http.webpush
dotnet push-api push-notifications web-push web-push-notification
Last synced: 4 days ago
JSON representation
Lib.Net.Http.WebPush is a library which provides a Web Push Protocol based client for Push Service.
- Host: GitHub
- URL: https://github.com/tpeczek/lib.net.http.webpush
- Owner: tpeczek
- License: mit
- Created: 2018-01-07T06:36:59.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T11:06:39.000Z (3 months ago)
- Last Synced: 2025-01-13T04:04:49.349Z (11 days ago)
- Topics: dotnet, push-api, push-notifications, web-push, web-push-notification
- Language: C#
- Size: 868 KB
- Stars: 82
- Watchers: 6
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Lib.Net.Http.WebPush
[![NuGet Version](https://img.shields.io/nuget/v/Lib.Net.Http.WebPush?label=Lib.Net.Http.WebPush&logo=nuget)](https://www.nuget.org/packages/Lib.Net.Http.WebPush)
[![NuGet Downloads](https://img.shields.io/nuget/dt/Lib.Net.Http.WebPush?label=⭳)](https://www.nuget.org/packages/Lib.Net.Http.WebPush)[![NuGet Version](https://img.shields.io/nuget/v/Lib.AspNetCore.WebPush?label=Lib.AspNetCore.WebPush&logo=nuget)](https://www.nuget.org/packages/Lib.AspNetCore.WebPush)
[![NuGet Downloads](https://img.shields.io/nuget/dt/Lib.AspNetCore.WebPush?label=⭳)](https://www.nuget.org/packages/Lib.AspNetCore.WebPush)[![NuGet Version](https://img.shields.io/nuget/v/Lib.Azure.WebJobs.Extensions.WebPush?label=Lib.Azure.WebJobs.Extensions.WebPush&logo=nuget)](https://www.nuget.org/packages/Lib.Azure.WebJobs.Extensions.WebPush)
[![NuGet Downloads](https://img.shields.io/nuget/dt/Lib.Azure.WebJobs.Extensions.WebPush?label=⭳)](https://www.nuget.org/packages/Lib.Azure.WebJobs.Extensions.WebPush)[![NuGet Version](https://img.shields.io/nuget/v/Lib.Azure.Functions.Worker.Extensions.WebPush?label=Lib.Azure.Functions.Worker.Extensions.WebPush&logo=nuget)](https://www.nuget.org/packages/Lib.Azure.Functions.Worker.Extensions.WebPush)
[![NuGet Downloads](https://img.shields.io/nuget/dt/Lib.Azure.Functions.Worker.Extensions.WebPush?label=⭳)](https://www.nuget.org/packages/Lib.Azure.Functions.Worker.Extensions.WebPush)Lib.Net.Http.WebPush is a library which provides a [Web Push Protocol](https://tools.ietf.org/html/rfc8030) based client for Push Service. It provides support for [Voluntary Application Server Identification (VAPID) for Web Push](https://tools.ietf.org/html/rfc8292) and [Message Encryption for Web Push](https://tools.ietf.org/html/rfc8291).
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](https://functions.azure.com/) in-process model and [Azure WebJobs](https://docs.microsoft.com/en-us/azure/app-service/web-sites-create-web-jobs) binding extensions for Web Push Protocol based client for Push Service.
Lib.Azure.Functions.Worker.Extensions.WebPush is a library which provides [Azure Functions](https://functions.azure.com/) isolated worker model extensions for Web Push Protocol based client for Push Service.
## Installation
You can install [Lib.Net.Http.WebPush](https://www.nuget.org/packages/Lib.Net.Http.WebPush), [Lib.AspNetCore.WebPush](https://www.nuget.org/packages/Lib.AspNetCore.WebPush), [Lib.Azure.WebJobs.Extensions.WebPush](https://www.nuget.org/packages/Lib.Azure.WebJobs.Extensions.WebPush), and [Lib.Azure.Functions.Worker.Extensions.WebPush](https://www.nuget.org/packages/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
```## Documentation
The documentation is available [here](https://tpeczek.github.io/Lib.Net.Http.WebPush/).
## Demos
There are several demo projects available:
- [Web Push Notifications in ASP.NET Core Web Application](https://github.com/tpeczek/Demo.AspNetCore.PushNotifications)
- [Web Push Notifications in ASP.NET Core-powered Angular Application](https://github.com/tpeczek/Demo.AspNetCore.Angular.PushNotifications)
- [Web Push Notifications in Azure Functions](https://github.com/tpeczek/Demo.Azure.Funtions.PushNotifications)## 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](https://github.com/sponsors/tpeczek) (either monthly or one-time).
## Copyright and License
Copyright © 2018 - 2024 Tomasz Pęczek
Licensed under the [MIT License](https://github.com/tpeczek/Lib.Net.Http.WebPush/blob/master/LICENSE.md)