Run server first
cargo run --bin helloworld-server
Run client
cargo run --bin helloworld-client
OR
cargo run --bin helloworld-client-no-tokio
Run server first
cargo run --bin helloworld-server
Run client
cargo run --bin helloworld-client
OR
cargo run --bin helloworld-client-no-tokio