/matcha

Simple Peer-to-Peer Matchmaking Server using JSON over UDP

Primary LanguageTypeScript

Matcha

Matcha is a simple matchmaking service that establishes connections between clients using JSON packets sent over UDP.

TODO

  • Move client data to database (Redis?)
  • Move packet handling to dedicated classes
  • Background matchmaking logic
  • Move keepalive logic to cron job