3 pointsby feixiangfly4 hours ago3 comments
  • IVski3 hours ago
    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.
  • mufid994 hours ago
    [flagged]
  • feixiangfly4 hours ago
    [dead]