Live data from Hacker News

Peer-to-peer file transfers in the browser

github.com

11–20 of 272 posts

Re: Peer-to-peer file transfers in the browser

#12
post #8

It's so strange that this should have been a solved problem decades ago, but somehow a robust and secure non-commercial solution never gets off the ground. Speaking of which, how is the IPFS project doing these days?

It was solved a decade ago, BitTorrent protocol

Re: Peer-to-peer file transfers in the browser

#13
post #8

It's so strange that this should have been a solved problem decades ago, but somehow a robust and secure non-commercial solution never gets off the ground. Speaking of which, how is the IPFS project doing these days?

Peer to peer sharing doesn't really have much opportunity for commercialization. The closest thing I can think of is bluetooth file sharing, which can still be a painful experience in some circumstances

Re: Peer-to-peer file transfers in the browser

#17
post #5

rather worried that it's going to go the same fate as ShareDrop ( https://github.com/ShareDropio/sharedrop ) and Snapdrop ( https://github.com/SnapDrop/snapdrop ) where they recently got taken over by LimeWire the crypto/AI company.

I wonder how much LimeWire pays to buy all of these foss projects, must be a decent amount if everyone is selling his solution

Re: Peer-to-peer file transfers in the browser

#18
post #6

There is also Magic Wormhole [1] which is not in-browser. [1] https://github.com/magic-wormhole/magic-wormhole

There is: https://wormhole.app/ for the browser if one needs it.

Other readers, please do note that (the unfortunately named) wormhole.app is unrelated to the frequently recommended, heavily peer-reviewed and much longer-standing magic-wormhole.

Re: Peer-to-peer file transfers in the browser

#19
post #7
post #6

There is also Magic Wormhole [1] which is not in-browser. [1] https://github.com/magic-wormhole/magic-wormhole

And https://github.com/psanford/wormhole-william which is a Go reimplementation of the client. I only want to point this out specifically because an apt-install of magic-wormhole on Ubuntu 24.04 actually results in a program that does not work (the beauty of python dependencies at play?)

It's really amazing to me how successful Python has been given its dependency management and package installation tooling
Post reply on HN