WebRTC File transfer

Sending files directly between browsers over a data channel, with chunking and backpressure.

FILE FILE CHUNKS

File transfer covers sending files directly between browsers over a data channel: splitting a file into chunks, reassembling it, and managing backpressure so the link stays fast and stable. Start with the overview for the high-level picture.