Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.85 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.85 KB

Push notification demo

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.

Demos

If you want to demenostrate push notifications and discuss with your teammates or boss please use the demo folder.

Labs

Resources:

Playlists

Videos:

Demos:

Useful website