copyleftdev/tigerstyle-chat
Distributed, fault-tolerant real-time chat infrastructure with VSR consensus. Built with Tiger Style principles: correctness-first, deterministic, sim...
The fastest, safest, and most trustworthy chat backend on earth—engineered like a financial ledger, delivered like a message.
TigerChat is a distributed, fault-tolerant, real-time chat infrastructure built with Tiger Style principles. It combines TigerBeetle-level correctness with game-server-grade latency, providing strong consistency, replayable history, and millisecond fan-out for chats ranging from small DMs to high-traffic community rooms.
| Metric | Target | 
|---|---|
| P99 message latency | ≤ 5 ms within AZ | 
| Commit throughput | ≥ 100k ops/sec per shard | 
| View-change recovery | ≤ 300 ms | 
| Binary size | < 15 MB static | 
| Durability | 0 lost or reordered messages | 
🚧 Pre-alpha — Currently in design and specification phase. Implementation in progress.
MIT