DEV Community

Discussion on: How to show desktop notifications using JavaScript

Collapse
 
attacomsian profile image
Atta

You need to implement web push notifications if you want to send notifications from the server-side. It is a bit complex usage of Notification API.

Last year, I did something like this. Here are the links to source code: