简体   繁体   中英

Where to “host” a Progressive Web App (PWA)?

Im just starting out diving into PWAs. Where should a PWA being published?

Can it be published like any other javascript app on the web (as a simple URL)?

A PWA is like any other website. You can host it anywhere you can host a "regular" site, as long as it is served via HTTPS.

A PWA is made up of service workers, which can run in the background. To avoid tampering with service workers the specification of PWA requires it to be hosted over HTTPS.

So any hosts supporting HTTPS would be good enough for them.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM