Browser based push notifications
Goal: Use the Braze SDK to send push notifications in the desktop browser.
Demo
https://sandbox.maxisdev.com/push_notifications.html
This page shows how a page can ask the user for permission to be sent browser based push notifications
TODO: Build a server to actually send those notifications
Code repositories
Documentation/Notes
- Push notifications for the Braze SDK This landing page is home to all things push notifications
- Sending VAPID identified WebPush Notifications via Mozilla’s Push Service Introduction The Web Push API provides the ability to deliver real time events (including data) from application servers (app servers) to their client-side counterparts (applications)
- Vapid Key Generator Generate secure vapid keys for use in web push notification applications.
- The Web Push Protocol A step-by-step interactive tutorial that shows you how to build a server that manages push notification subscriptions and sends web push protocol requests to a push service.