ChihChengLiang / karma_calculator

MIT License
2 stars 1 forks source link

Intro

Getting started

Run the server

cargo run -r --bin server

Run clients in different terminals

cargo run -r --bin cli alice http://0.0.0.0:5566
cargo run -r --bin cli bob http://0.0.0.0:5566
cargo run -r --bin cli carlos http://0.0.0.0:5566