Push Notifications

Web Push Notifications and how to use them

Push notifications were once a feature limited to the land of native apps with direct access to their mobile hardwares sound and wake functionality. However, web push notifications for Progressive Web Apps (PWAs) have extended almost the same functionality into mobile browsers with the use of service workers. Service workers are javascript workers that are completely separate from the DOM but can do things like sync data in the background and send push notifications.

Read