Application could send push notification application on Google Chrome and Safari.
What's Notification API and Push API ?
Push Notifications are assembled using two APIs: the Notifications API and the Push API. The Notifications API lets the app display system notifications to the user. The Push API allows a service worker to handle Push Messages from a server, even while the app is not active.
If you want to demenostrate push notifications and discuss with your teammates or boss please use the demo
folder.
- Notification Programming Guide for Websites
- Displaying a Notification
- Subscribing a User
- Safari Push Notifications: Complete Setup