Skip to content
This repository has been archived by the owner. It is now read-only.

How would IPFS be implemented in browser? #147

Closed
alcinnz opened this issue Jul 23, 2016 · 1 comment
Closed

How would IPFS be implemented in browser? #147

alcinnz opened this issue Jul 23, 2016 · 1 comment

Comments

@alcinnz
Copy link

alcinnz commented Jul 23, 2016

I get that IPFS supports WebRTC specifically so it can be implemented within a browser tab, ipfs-js is developed specifically to get to that point, and Juan Benet talks about how this is part of the adoption plan for IPFS. And this is important because without it IPFS would face no more adoption than Freenet or Tor Hidden Services do (despite offering more).

I can see how the protocol could be implemented in the browser (after all JavaScript is Turing complete and now has LocalStorage for persistence and WebRTC for peer-to-peer networking). And a cache manifest could help keep this complex JavaScript cached on the client-side.

What I don't get is how would you display IPFS hosted pages such that you can intercept all their requests to be potentially handled by that protocol implementation. Can you convince me that you have plans to make this work?

@flyingzumwalt
Copy link
Contributor

flyingzumwalt commented May 23, 2017

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

No branches or pull requests

2 participants