web-push.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [web-push]

www.codever.land/bookmarks/t/web-push

GitHub - web-push-libs/web-push: Web Push library for Node.js

https://github.com/web-push-libs/web-push

Web push requires that push messages triggered from a backend be done via the Web Push Protocol and if you want to send data with your push m...


Sending Web Push Notifications from Node.js

https://thecodebarbarian.com/sending-web-push-notifications-from-node-js.html

Using service workers, you can send push notifications to Chrome straight from your Node.js app. The excellent web-push [npm mo...