andywer / ideabox

Place to collect techy ideas and get feedback.
1 stars 1 forks source link

PWA as a service #18

Open andywer opened 6 years ago

andywer commented 6 years ago

Service to turn any website into a progressive webapp (PWA), offline-ready, with GUI to manage icon, manifest, etc.

Acts like a proxy between browser and actual content server. Injects some code to make it a PWA. Might wanna do some sort of page (HTML) diffing to only cache the parts of pages that actually change (reverse-engineered separation layouts vs content).

andywer commented 6 years ago

Gotcha: It's basically only possible to provide offline capabilities for read-only actions.