4 points | by feixiangfly 21 hours ago ago
2 comments
My prior personal project was all about exploring this subject.
https://github.com/prettydiff/share-file-systems
WebRTC DataChannels work well for this. Chunk the file (~64KB chunks), handle backpressure manually, and use a simple signaling server for the handshake. wormhole.app is a good reference implementation.
My prior personal project was all about exploring this subject.
https://github.com/prettydiff/share-file-systems
WebRTC DataChannels work well for this. Chunk the file (~64KB chunks), handle backpressure manually, and use a simple signaling server for the handshake. wormhole.app is a good reference implementation.