Live data from Hacker News

Show HN: Pure JavaScript P2P file sharing in the browser

whatareyoudownloading.com

11–20 of 72 posts

Re: Show HN: Pure JavaScript P2P file sharing in the browser

#14
post #11

This does not work optimally on this site because the following issues: It uses HTML tags in javascript alert boxes http://tmp.fnordig.de/scr/aacc737f52.png

This currently works only on the latest browsers; like Chrome 24 on the desktop. Its still not 100% stable. Stability and support for other platforms will soon arrive through browsers updates and polyfills.

Re: Show HN: Pure JavaScript P2P file sharing in the browser

#17
post #4

It's based on code from my ShareIt! project ( http://github.com/piranna/ShareIt ) and both are interoperable thanks to my WebP2P protocol :-)

Can the WebP2P protocol be used for Bittorent, too, like instead of that Torque thing they have?

Someone else made a browser-based BitTorrent-client, http://hcliff.github.com/ampere/

Which, apparently, is based on this code by piranna.

Re: Show HN: Pure JavaScript P2P file sharing in the browser

#18

Earlier quoted context omitted.

Can the WebP2P protocol be used for Bittorent, too, like instead of that Torque thing they have?

Thats the plan :D. WebDHT is what we need to actually replace bittorrents.

that is exciting! :)

Re: Show HN: Pure JavaScript P2P file sharing in the browser

#20
post #10

Isn't the browser supposed to stop pages from making connections to machines other than the server they were downloaded from? Has that requirement been dropped? Or does this do something strange to get around it?

Welcome to the world of impossibilities with WebRTC. http://en.wikipedia.org/wiki/WebRTC
Post reply on HN