Inspired by One Million Checkboxes. It's a simple WebSocket application that allows multiple clients to connect and synchronize checkbox states in real-time.
This project is for educational and entertainment purposes only. The implementation was mostly done using AI tools and is far from best practice. Some of the implementation is quite hacky, but good enough for a basic showcase.
To start Valkey/Redis, you can run:
docker compose up -dTo run the server:
cargo run