A simple example of an Actix webserver that uses websockets to connect command-line applications to browsers.
⭐️ Demo
git clone https://github.com/adamkewley/ta-rust
cd ta-rust
# example games directory in repo (copy + create your own).
# Browse to `localhost:8080`
cargo run -- example_games/
# view help
cargo run -- --help