retrohacker / peerweb

Welcome to the Decentralized Web
http://will.blankenship.io/peerweb
MIT License
118 stars 9 forks source link

IPFS Support #10

Open asbjornenge opened 8 years ago

asbjornenge commented 8 years ago

Hi! More of a question really, but have you got any plans to support ipfs:// ??? That would be veeery interesting :grin: :rocket:

retrohacker commented 8 years ago

Hey!

Thanks for checking this project out!

So I'm not committing to anything. BUT, the way I'm implementing this browser is very intentional. I have a protocol called peer:// which resolves HTTP requests against the torrents (and eventually will provide DNS style lookups on a blockchain).

Registering a protocol is straightforward. This means we can load in modules that register themselves as standard protocols and can work out of the box. I.E. ipfs:// and zero:// could each be implemented, allowing for transparent routing to the IPFS and ZeroNet protocols respectively.

This is absolutely a direction I want to explore, but I want to get this shipped into a beta state before I start piling protocols into it.

retrohacker commented 8 years ago

I'm closing this for now to keep the open issues focused. I've tagged it with post-beta and will revisit as soon as we ship a working browser!

asbjornenge commented 8 years ago

@retrohacker nice :grin: looking forward following this project :+1:

retrohacker commented 7 years ago

Think this is ready to come back on the table!

Also would like to see zerofs, .onion, and the new blockstack browser.