kevinthompson / matcha

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:TypeScript 98.4%Language:Dockerfile 1.6%Language:Shell 0.1%