The goal of this repo is to demonstrate how to implement push notifications into your web app.
- Server Side Libraries to Help Send Push Messages
- Blog Post on Encrypting Payload Data
- Blog Post on VAPID
- Web Push Book
Just visit Github Pages Demo.
To try out the demo locally, clone the repo and run the following:
-
Install the required NPM modules for building the project
npm install
-
Install gulp globally
npm install gulp -g
-
Run the gulp server
gulp dev