sudo apt update && sudo apt install capnproto -y
capnpc --version
capnp --version
export OUT_DIR=$(pwd)
cargo build
[1st terminal]
cargo run server localhost:2000
[2nd terminal]
cargo run client localhost:2000 'Mr Zhou'
cargo run client localhost:2000 'Ms Huang'