DEVELOPMENT
P2P file transfer through WebRTC
ROOTWIN is developing a web tool for direct file transfer through WebRTC. One user creates a session, another joins by link or code, and the data moves peer-to-peer.
ROOTWIN PROJECT started developing a web tool for direct file transfer through WebRTC.
Why WebRTC
Private file exchange does not always need an intermediate server. WebRTC allows two browsers to establish a direct connection and reduces the number of places where a file can be stored or delayed.
The first prototype focuses on one-time transfer rooms, file selection in the browser, two-client connection, progress display, and a minimal signaling server.