Live app deployed at https://birdrust.siidorow.com/!
A Rust websocket server build for Reaktor's Summer Assignment!
Server deployed at https://birdrust.fly.dev/!
View client documentation here!
cargo update
cargo run
(or cargo watch -x run
for auto-reloading, after cargo install cargo-watch
)docker build -t birdrust .
docker run -p 8080:8080 birdrust
ws://localhost:8080/reports
from clientcargo doc --open
cargo test