Offline mode #5

Closed
opened 2017-12-10 06:57:48 +00:00 by witten · 1 comment
Owner

As a user, I want the JavaScript IPFS gateway to continue working even when the centralized server that loads the JavaScript app is offline, so that I'm not reliant on a single point of failure and can load all of my content and applications from the distributed IPFS.

Ideally, after the first load of the JavaScript app, I never have to load it again for it to continue working.

As a user, I want the JavaScript IPFS gateway to continue working even when the centralized server that loads the JavaScript app is offline, so that I'm not reliant on a single point of failure and can load all of my content and applications from the distributed IPFS. Ideally, after the first load of the JavaScript app, I never have to load it again for it to continue working.
Author
Owner

Oh my god, this works! Service workers are magical. Once you load the initial page, you can take the server offline, and then any subsequent loads of that page will continue to work, even with a ctrl-R reload.

I don't know how the page source or the service worker will ever get updated, but that's a problem for another ticket.

Oh my god, this works! Service workers are magical. Once you load the initial page, you can take the server offline, and then any subsequent loads of that page will continue to work, even with a ctrl-R reload. I don't know how the page source or the service worker will ever get updated, but that's a problem for another ticket.
This repo is archived. You cannot comment on issues.
No Label
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: witten/intergalactic#5
No description provided.