- Issue created by @kopeboy
- 🇩🇪Germany jurgenhaas Gottmadingen
Might be possible. Reading through the Mozilla guide you linked to makes me wonder if a node backend is required in order to serve what's needed to the PWA client. If so, building such a framework isn't in scope for this module. That should be done by one of the PWA modules. Then, they should also implement the
PushFrameworkChannel
plugin, which would be used to deliver messages to that channel by this framework here. - 🇮🇹Italy kopeboy Milan
Mm.. I think it can be JS on the client side, at least for the simpler Notifications API.
The more complicated Push API requires a service worker, but that's something
advanced_pwa
module already provides.I opened an issue there: ✨ Allow integration with ECA and Push framework Active