Web Real-Time Communication (WebRTC)

Web Real-Time Communication (WebRTC)

WebRTC (www.webrtc.org)

in depth overview, but code not up to date: https://hpbn.co/webrtc/

WebRTC - Pros & Cons

Pros
  • p2p allows low latency for high bandwidth content
  • standardized API
Cons
  • maintaining STUN and TURN servers
  • p2p falls apart in case of multiple peers (discord case)

WebRTC - Tutorials