Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 387 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 387 Bytes

web-storm

video conferencing app built with webRtc

Components

  • Signalling server built with socketIo to exchange network metadata as SDP
  • ReactJS Frontend to implement P2P connection using RTCPeerConnection API
  • Stun server (use free google stun servers) to identify the public network address behind NAT's Use https://github.com/coturn/coturn for a custom implementation