P2P local file transfer based on WebRTC
halb
46 points
17 comments
July 15, 2026
Related Discussions
Found 5 related stories in 1149.3ms across 14,015 title embeddings via pgvector HNSW
- I built a browser-based P2P file transfer tool using WebRTC SamOkampo · 11 pts · July 19, 2026 · 78% similar
- I built an ephemeral P2P chat with WebRTC, without servers zRinexD · 15 pts · March 16, 2026 · 62% similar
- Localsend: An open-source cross-platform alternative to AirDrop bilsbie · 781 pts · April 28, 2026 · 56% similar
- GTA 2 ported to JavaScript, with WebRTC P2P multiplayer possiblelion · 14 pts · July 04, 2026 · 55% similar
- Show HN: Pion/handoff – Move WebRTC out of browser and into Go Sean-Der · 93 pts · April 07, 2026 · 54% similar
Discussion Highlights (5 comments)
jech
Nice design, but that's the kind of functionality that's best integrated within a chat or videoconferencing application, since within a conference you can be pretty sure that you send the file to the right person. For a demo, go to < https://galene.org:8443/group/public/hn/ >. Login twice in two different browser tabs (leave the password field empty). Click on the username of your partner, and choose Send file .
als0
Reminds me of https://sharedrop.io
ButlerianJihad
File Transfer https://m.xkcd.com/949/
felooboolooomba
It's crazy that in 2026, transferring files between two random, willing, devices is still a hassle.
ssl-3
Seems to work well, at least between my Linux desktop and my wifi-connected Android phone; both showed up without any hassle, and sending files each way was boring in the best of ways. It also supports something it calls "Private Room," which doesn't require the endpoints to be on the same LAN. This also works well, at least with my phone on 5G and the Linux box ultimately connected with DOCSIS. No idea how many intermediaries, if any, are involved with any of this, and for my normal purposes I don't care at all.