Live data from Hacker News

Push.js – A minimalist JavaScript library for desktop notifications

github.com

1–10 of 40 posts

Re: Push.js – A minimalist JavaScript library for desktop notifications

#7
post #5

I hate to be pedantic but these are not push notifications. Those are the ones that can be sent even if the webapp is closed, for example, this Chrome demo: https://developers.google.com/web/fundamentals/getting-start...

unsure here but isnt it the same but in this case it is just not yet using a service worker to listen for new push notifications ?

Re: Push.js – A minimalist JavaScript library for desktop notifications

#8
post #5

I hate to be pedantic but these are not push notifications. Those are the ones that can be sent even if the webapp is closed, for example, this Chrome demo: https://developers.google.com/web/fundamentals/getting-start...

See also https://hacks.mozilla.org/2016/01/web-push-arrives-in-firefo...

WebPush is (going to be) an IETF standard: https://datatracker.ietf.org/wg/webpush/documents/

Post reply on HN