f3oall / awesome-notifications

Lightweight JavaScript Notifications Library
https://f3oall.github.io/awesome-notifications/
MIT License
292 stars 40 forks source link

Web push notifications #19

Closed ZalgirisKaunas closed 5 years ago

ZalgirisKaunas commented 5 years ago

It would be really amazing if you had an option to generate web push notifications.

Do you plan to support that in the future?

andreasvirkus commented 5 years ago

I think you mean just notifications (pop-ups) via the Notification API? The Web Push API is something different and requires server-side logic (they're often mixed up since they're used together so often that people just refer to the whole setup as "Push Notifications" - although it's 2 different APIs)

f3oall commented 5 years ago

Hey @ZalgirisKaunas ,

No I don't have a plan to support it inside this library. Web push notifications are pretty far from purposes of awesome-notifications.