Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 552 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 552 Bytes

Smallchats matching server

image

Smallchats is a video chat app where you hop on 15 min calls with strangers who share similar interests. This repository contains the matching server that pairs up users using algorithm based matchmaking.

Key features

  • Supports multiple users over websocket
  • Event driven architecture
  • Per-connection go routines for reading and writing event messages
  • Asynchronous matching function