Azareal / Gosora

Gosora is an ultra-fast and secure forum software written in Go that balances usability with functionality.
https://gosora-project.com/
GNU General Public License v3.0
164 stars 16 forks source link

Feature Request: Push Notifications #65

Open pwFoo opened 4 years ago

pwFoo commented 4 years ago

I like desktop notifications with web push api and client side service worker (closed tab / browser notifications). Any plans to implement that?

Azareal commented 4 years ago

We do have desktop notifications via WebSockets, although not via the web push api or a client side service worker. I'll look into these two options sometime.