This commit is contained in:
nvms 2025-04-18 17:47:12 -04:00
parent 1c797eb1ba
commit 9ebef6bdb6

View File

@ -1,6 +1,6 @@
# mesh
Mesh is a command-based WebSocket framework for real-time apps—whether you're running a single server or a distributed cluster. It uses Redis to coordinate connections, rooms, and shared state across instances, with built-in support for structured commands, latency tracking, and automatic reconnection.
Mesh is a command-based WebSocket framework for real-time applications. It uses Redis to coordinate connections, rooms, and shared state across application instances, with built-in support for structured commands, latency tracking, and automatic reconnection.
* [Quickstart](#quickstart)
* [Server](#server)