Y
Hacker News
new
|
ask
|
show
|
jobs
by
46Bit
1751 days ago
Very cool. How are you doing the peer-to-peer browser connections? WebRTC?
1 comments
grun
1751 days ago
Yep! Browser-to-browser peer-to-peer connections are established over WebRTC, data (fragmented, encrypted file pieces) flow over the WebRTC data channel, and the data is encrypted in transit with DTLS.
link