This does not work optimally on this site because the following issues:
It uses HTML tags in javascript alert boxesShow HN: Pure JavaScript P2P file sharing in the browser
11–20 of 72 posts
Re: Show HN: Pure JavaScript P2P file sharing in the browser
#12This 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
Re: Show HN: Pure JavaScript P2P file sharing in the browser
#13Re: Show HN: Pure JavaScript P2P file sharing in the browser
#14This 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
Re: Show HN: Pure JavaScript P2P file sharing in the browser
#15I thought Javascript wasn't allowed to touch any files on the local filesystem?
Re: Show HN: Pure JavaScript P2P file sharing in the browser
#16Re: Show HN: Pure JavaScript P2P file sharing in the browser
#17It'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?
Which, apparently, is based on this code by piranna.
Re: Show HN: Pure JavaScript P2P file sharing in the browser
#18Re: Show HN: Pure JavaScript P2P file sharing in the browser
#19I thought Javascript wasn't allowed to touch any files on the local filesystem?
Re: Show HN: Pure JavaScript P2P file sharing in the browser
#20Isn'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?