Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/betich/push-noti-poc
A simple proof-of-concept for using the Notification API with Push Notifications for a Progressive Web App (PWA)
https://github.com/betich/push-noti-poc
Last synced: 3 days ago
JSON representation
A simple proof-of-concept for using the Notification API with Push Notifications for a Progressive Web App (PWA)
- Host: GitHub
- URL: https://github.com/betich/push-noti-poc
- Owner: betich
- Created: 2024-05-01T08:53:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-01T15:50:21.000Z (8 months ago)
- Last Synced: 2024-05-01T19:02:28.473Z (8 months ago)
- Language: TypeScript
- Homepage: https://push-noti-poc.vercel.app
- Size: 5.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Push Notification Test
- [x] Notification API
- [x] Push Noti with Messaging Server```bash
pnpm i
pnpm dev
```![preview](docs/image.png)
## Read More
- [MDN - Notification & Push Notifications Guide](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Tutorials/js13kGames/Re-engageable_Notifications_Push)
- [OneSignal](https://onesignal.com/onesignal-vs-firebase-cloud-messaging?_bt=674756738328&_bk=firebase%20cloud%20messaging&_bm=e&_bn=g&_bg=152510077374*)
- [Firebase Cloud Messaging](https://firebase.google.com/docs/cloud-messaging)