Rustiator A simple chess server + client, to run 2 chess engines and watch them play! To start the server simply run cargo run This should automatically open your webbrowser to localhost:8080. Adjusting Hostname and Port cargo run -- --port <port> --hostname <host>