Show HN: Open-source P2P file transfer
a year ago
- #file-sharing
- #privacy
- #WebRTC
- Berb is a lightweight, privacy-first web app for direct file transfers between devices using WebRTC.
- Files never touch a server; transfers are direct, secure, and fast via WebRTC Data Channels.
- Simple setup: `npm install` followed by `npm run start`.
- Features include auto-reconnect on network loss, multi-file support, and saving streams on supported browsers.
- Encourages discussion before coding by suggesting to open an issue first.