Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork72
Sample project for demonstrating Push Notifications based on Push API and Web Push Protocol in ASP.NET Core
License
tpeczek/Demo.AspNetCore.PushNotifications
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Sample project for demonstrating Push Notifications based on Push API and Web Push Protocol in ASP.NET Core:
- Push API
- Requesting Delivery (Lib.Net.Http.WebPush)
- VAPID tokens caching
- Replacing Messages & Urgency
- Special Cases
In order to run the project, some configuration is required. Insideappsettings.json there are placeholders to provide public and private VAPID keys:
{"ConnectionStrings": {"PushSubscriptionSqliteDatabase":"Filename=./../pushsubscription.db" },"PushServiceClient": {"Subject":"https://localhost:65506/","PublicKey":"<Application Server Public Key>","PrivateKey":"<Application Server Private Key>" }}Those keys can be acquired with help of online generators (https://vapidkeys.com/,https://www.attheminute.com/vapid-key-generator).
Do you need help with any of my libraries, or with building features on top of what they provide? What about ASP.NET Core architecture, Azure architecture, or DevOps? I offer consulting and development services.
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 bysponsoring me (either monthly or one-time).
Copyright © 2017 - 2025 Tomasz Pęczek
Licensed under theMIT License
About
Sample project for demonstrating Push Notifications based on Push API and Web Push Protocol in ASP.NET Core
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.