Is it possible to create app-like push notifications for mobile web using service workers ? (for instance, the user can respond to a chat message from the notification)
1 Answers
0
votes
Yes. This tutorial explains Web Push in great details:
https://developers.google.com/web/fundamentals/push-notifications/