A distributed, eventually persisted, websocket framework.
Initially designed to be compatible Yjs.
This section of the read me is still WIP
- Relay Nodes
- Redis or Redis Cluster
- DB/Storage Persistence Layer
To run two RelayNodes and a redis cluster locally:
docker compose up
To run the Tui just run
cargo run --bin contactor-tui
WIP