Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 510 Bytes

File metadata and controls

15 lines (12 loc) · 510 Bytes

Real-Time-Video-Chat

Real-Time Video Chat with WebSocket-powered matchmaking and WebRTC peer-to-peer connections.

Features

  • WebRTC signaling server for peer-to-peer video chat
  • Room-based video calls (1-to-1)
  • Redis-powered user matchmaking system
  • STUN server configuration
  • Dockerized microservice architecture

Tech Stack

  • Frontend: React with TypeScript, Next.js, WebRTC API
  • Backend: Go with WebSocket signaling server, Redis for matchmaking
  • DevOps: Docker containerization