I built a browser-based P2P file transfer tool using WebRTC
1–10 of 25 posts
Re: I built a browser-based P2P file transfer tool using WebRTC
#2I built AirDows, a browser-based tool for transferring files between devices using WebRTC.
The idea is simple: open AirDows on two devices, connect them using a QR code or temporary PIN, and send files without creating an account or uploading them for later download.
AirDows attempts a direct peer-to-peer connection first. If the networks cannot establish a direct route, it uses an encrypted TURN relay. The files are not stored by AirDows.
It currently supports:
- Transfers across different networks - QR code and temporary PIN pairing - Direct-to-disk writing in supported browsers - Compatibility mode for other browsers - Large-file transfers - Transfer queues, cancellation, and resume support - PWA installation
It is an early free beta, so both devices need to remain active and performance depends on the browsers and network route.
I would appreciate honest feedback on reliability, privacy, the pairing flow, and large-file transfers.
Re: I built a browser-based P2P file transfer tool using WebRTC
#3Re: I built a browser-based P2P file transfer tool using WebRTC
#4You have some web page material in English, and some material in either Spanish or Portuguese. You might want to check everything twice before posting on HN.
Thanks for that mental exercise.
Re: I built a browser-based P2P file transfer tool using WebRTC
#5There are no reliable, fast AND free TURN servers (IMO), and even semi-private relays can quickly become overwhelmed or too costly to operate.
Re: I built a browser-based P2P file transfer tool using WebRTC
#6What happens when TURN is inevitably needed? Many people are behind something like CG or symmetrical NAT with no direct way to talk to each other. There are no reliable, fast AND free TURN servers (IMO), and even semi-private relays can quickly become overwhelmed or too costly to operate.
Re: I built a browser-based P2P file transfer tool using WebRTC
#7warpgate.io
Re: I built a browser-based P2P file transfer tool using WebRTC
#8Like Bump did before it was shut down by Google.
Re: I built a browser-based P2P file transfer tool using WebRTC
#9https://hn.algolia.com/?dateRange=all&query=peer%20file%20sh...>
Re: I built a browser-based P2P file transfer tool using WebRTC
#10Looks great. How long until it does P2P via Bluetooth? Like Bump did before it was shut down by Google.