Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 585 Bytes

File metadata and controls

15 lines (12 loc) · 585 Bytes

WebSocket Checkbox Synchronizer

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.

Starting

To start Valkey/Redis, you can run:

docker compose up -d

To run the server:

cargo run