Push.js – A minimalist JavaScript library for desktop notifications
1–10 of 40 posts
Re: Push.js – A minimalist JavaScript library for desktop notifications
#2I'm a little bit new to the desktop notifications game, but it would be cool to know how this compares/relates to something like roost
Re: Push.js – A minimalist JavaScript library for desktop notifications
#3I just downloaded this and made a 1-liner to try it out. Really cool. Worked just fine in FF. Not sure why it didn't do anything in Chrome on Mac.
> setInterval(function() { Push.create('Hi') }, 2000);
Re: Push.js – A minimalist JavaScript library for desktop notifications
#4Is there a similar library for mobile?
Re: Push.js – A minimalist JavaScript library for desktop notifications
#5I 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...
Re: Push.js – A minimalist JavaScript library for desktop notifications
#6super nifty and really useful, does it require https ?
Re: Push.js – A minimalist JavaScript library for desktop notifications
#7I 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
#8I 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/
Re: Push.js – A minimalist JavaScript library for desktop notifications
#9I think you may be confusing push notifications with browser notifications?
Re: Push.js – A minimalist JavaScript library for desktop notifications
#10Not working on Safari.