Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.14 KB

File metadata and controls

36 lines (29 loc) · 1.14 KB

goMeet

🎯 Implementation Checklist

  • Chat app
    • http to ws
    • register/unregister/broadcast
    • read and write msg
    • base static html
  • Basic Server Setup with Fiber & Template Engine
  • WebRTC added(helper package)
  • Peer room Connection
  • Peer Stream Connection (Similar to room connection but with some restrictions)
  • Room Chat Connection
  • Stream Chat Connection
  • Frontend Setup
    • Room
    • .... other features

Learning source:

Chat Flow:
alt text

WebRTC Signaling and Connection Establishment Flow using WebSocket
image