Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 284 Bytes

File metadata and controls

6 lines (6 loc) · 284 Bytes

Example of Simple Web Push with Server in Node.js

Files

  • index.js - Server on Node.js with making subscription and sending notification
  • client/index.html - Client Page
  • client/client.js - Client Page JavaScript File
  • client/worker.js - Service Worker Javacript File