This example program will:
- Establish a connection with a TCP server
- Send a
String
message to the server - Wait for a
String
message reply from the server
export RUST_LOG=info
cargo run <ip-address-to-connect-to>
export RUST_LOG=info
cargo run localhost:5678