The WebRTC RTCPeerConnection
interface has a createDataChannel method and an ondatachannel event handler. How do these interact? How do I create a single data chann
Here's a very in-depth article about the particulars of peer-to-peer...
https://blog.sessionstack.com/how-javascript-works-webrtc-and-the-mechanics-of-peer-to-peer-connectivity-87cc56c1d0ab
Primary sources...
The mother load of peer-to-peer projects...
https://github.com/kgryte/awesome-peer-to-peer