0
Do can I use node js server for creating PWA
I wanna create a pwa and if I create the pwa files such as manifest, service worker and upload it into a node server can I convert my website into pwa
1 Réponse
+ 1
Yes.
For PWA, the most important concern with your server is that you have a registered domain name and your site runs on HTTPS. It doesn't matter much if you use NodeJS on the server or any other type of server.