DEVELOPMENT

P2P file transfer through WebRTC

1 min read

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.