Simple Service Worker Push Demo
The goal of this repo is to demonstrate how to implement push notifications into your web app.
Relevant Docs Information
- Server Side Libraries to Help Send Push Messages
- Blog Post on Encrypting Payload Data
- Blog Post on VAPID
- Web Push Book
Github Pages Demo
Just visit Github Pages Demo.
Using the Demo Locally
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