Home
Softono
service-worker-web-push-example

service-worker-web-push-example

Open source MIT JavaScript
26
Stars
12
Forks
0
Issues
1
Watchers
4 years
Last Commit

About service-worker-web-push-example

This is an out of the box working example for Web Push Notifications. It consists of a client with a service worker to register for push messages and a simple server, which is using the web-push lib and VAPID to send the notification.

Platforms

Web Self-hosted

Languages

JavaScript

Links

Web Push API Example including Service Worker and minimalistic Application Server

This is an out of the box working example for Web Push Notifications. It consists of a client with a Service Worker to register for push messages and a simple application server, which is using the web-push lib and VAPID to send the notification.

Getting Started

  • clone the repo and install dependencies
  • run 'npm run serve` for the client
  • run 'npm run start` for the server in parallel
  • go to http://localhost:8080 and read on there

Prerequisites

  • Node.js 14 or higher
  • some latest browsers