Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single page app support #11

Open
vampolo opened this issue Oct 23, 2016 · 0 comments
Open

Single page app support #11

vampolo opened this issue Oct 23, 2016 · 0 comments

Comments

@vampolo
Copy link

vampolo commented Oct 23, 2016

Hi,

Congratulation for the project, it is an amazing idea and a brilliant execution. By reading the source code i noticed that the cache uses the links in a page, thus the html those link generates, as data transmitted between peers.

While this approach is effective for blogs, news sites and in general non single app applications, in the single web app application scenario it might not be so effective since a link does not lead to new assets/html but a change of the dom by the underlying javascript execution.

Instead in this scenario seems that being able to cache the assets as images, fonts, css and js would be an effective approach.

Is there any plan or thought toward this sceanario ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant