I am new to service worker and trying to learn it. I am implementing push notification using service worker. I am looking for simple demo code for pushing at server side and receive at client side notification as a reference in developing my web application. Suggestions will be very helpful. I am using node.js for implemention.
Thank you.
Asked
Active
Viewed 1,171 times
0

Marco Castelluccio
- 10,152
- 2
- 33
- 48

AnkitJ
- 346
- 1
- 3
- 19
1 Answers
2
You can look at the examples in the Web Push category of the ServiceWorker Cookbook.
The examples are using the web-push Node.js library.

Marco Castelluccio
- 10,152
- 2
- 33
- 48
-
Thanks for web-push Node.js library link. Good repository with many working demo. Thanks.. – AnkitJ Apr 28 '16 at 12:06