Skip to content

ApelegHQ/webpush-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Push Demo

This repository is a basic Node.js app showing the different parts needed to implement web push notifications.

The app consists of three components:

  1. The server (everything under src), which is responsible for serving the app assets as well as sending synthetic push notificatoins.
  2. The main script (static/main.js), which runs in the browsing context and is responsible for managing the user interface and starting up the service worker.
  3. The service worker (static/service-worker.js), which runs as a service worker, and is mainly responsible for receiving push notifications sent by the server.

Setting things up

  1. You'll need to generate VAPID keys. See the config/vapid.json.example for reference. These keys need to be at config/vapid.json. The script at scripts/keygenHelper.mjs should provide suitable values.
  2. Run the script at src/index.mjs directly or using npm run start. The app will start by default at port 5000, which can be changed by setting the PORT environment variable.

About

Demo app with web push notifications

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published