Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clarkio/node-web-push
An example Node.js server using Web Push
https://github.com/clarkio/node-web-push
Last synced: 17 days ago
JSON representation
An example Node.js server using Web Push
- Host: GitHub
- URL: https://github.com/clarkio/node-web-push
- Owner: clarkio
- Created: 2017-06-12T21:31:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T11:38:09.000Z (over 1 year ago)
- Last Synced: 2024-04-13T23:54:49.036Z (7 months ago)
- Language: JavaScript
- Size: 643 KB
- Stars: 30
- Watchers: 5
- Forks: 4
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-web-push
An example Node.js server using Web PushThis project was created to go with the blog post series: [PWA and Web Push API Blog Series](https://www.clarkio.com/2017/06/15/pwa-web-push/). The purpose was to learn about PWA's and sending push notifications from a central hub (this Node.js server).
For details on this Node.js app see this post in the series: [Progressive Web Apps and Web Push API - Application Server](https://www.clarkio.com/2017/08/22/pwa-web-push-3/)