Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 433 Bytes

File metadata and controls

7 lines (7 loc) · 433 Bytes

Example of Simple Web Push with Server in PHP

This is implementation of same behaviour like web-push-nodejs-example but with Server Side in PHP.

Files

  • subscribe.php - Server Side Script on PHP with making subscription and sending notification
  • index.html - Client Page
  • client.js - Client Page JavaScript File
  • worker.js - Service Worker Javacript File