Responsible for chariot game simulation and networking with clients.
This server will need to expose two API's:
- a custom TCP connection to locally networked clients
- an internet-facing websocket connection to audience web clients
cd chariot-server
# make source changes...
cargo run