This project is a lightweight peer-to-peer file sharing platform built with WebRTC.
Files are transferred directly between peers without being stored on a central server. The backend is only used for signaling and connection setup.
The current frontend is a proof of concept, and a redesigned interface is currently in progress.
Try it out: filechannel.app
This project intentionally does not use a TURN server. Connections are only established when a direct peer-to-peer connection is possible.
This ensures that:
This project is licensed under the MIT License. See LICENSE for details.