This commit is contained in:
nvms 2025-04-18 17:48:10 -04:00
parent 9ebef6bdb6
commit 36eed400b8

View File

@ -1,6 +1,6 @@
# mesh
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.
Mesh is a command-based WebSocket framework for real-time applications. It uses Redis to coordinate connections, rooms, presence, and shared state across application instances, with built-in support for structured commands, latency tracking, and automatic reconnection.
* [Quickstart](#quickstart)
* [Server](#server)