Duskt/tbsp

Websocket data format

Offen

#15 geöffnet am 22.09.2025

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (0 Forks)auto 404
documentationenhancementhelp wantedsystem

Repository-Metriken

Stars
 (5 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

We need a consistent protocol for the format of messages across websockets so we can distinguish chat messages, mafia actions, other events etc. I believe this is sometimes referred to as a sub-protocol.

This would ideally include:

  • Protocol version for future backwards compatibility
  • Minification format for efficient transmission

Contributor Guide