https://github.com/clockwisesoftware/demo-webpush-node
It is a backend part of the web push demo.
https://github.com/clockwisesoftware/demo-webpush-node
Last synced: 10 months ago
JSON representation
It is a backend part of the web push demo.
- Host: GitHub
- URL: https://github.com/clockwisesoftware/demo-webpush-node
- Owner: ClockwiseSoftware
- Archived: true
- Created: 2019-04-15T08:15:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T08:26:17.000Z (almost 7 years ago)
- Last Synced: 2025-02-20T00:44:42.498Z (12 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
It is a backend part of the web push demo.
Install:
1. Run `yarn install`
2. Run `./node_modules/.bin/web-push generate-vapid-keys` to get your VAPID keys.
3. Copy `.env.example` to `.env` and fill in public and private key params with generated values.
4. Start the server with `node index.js`
[Detailed explanation based on this repo](https://medium.com/seladir/how-to-implement-web-push-notifications-in-your-node-react-app-9bed79b53f34)