How to make Node app a PWA?

Want to make a node webapp into a PWA. I’m doing my research and see there are options like https://developers.google.com/web/tools/workbox

I am curious how you have done it?

Updating with more resources
https://www.npmjs.com/package/pwa-asset-generator for generating assets

PWA support isn’t yet native in Wappler but there is a tutorial here on how to convert

Thanks!

Where should the manifest be included since you’re not supposed to touch the index file in NodeJS projects I believe…

On all layout pages? Can it be added through routes in express?

Yeah just put the link to the manifest in the layout page this will then add it to all content pages using that layout

1 Like