A minimal example demonstrating a gRPC server–client connection using TLS authentication.
- Rust toolchain (install via rustup.rs)
- Internet access (to fetch metadata)
git clone https://github.com/georgeliao/grpc_hello_world.git
cd grpc_hello_worldcargo build --releasecargo run --bin helloworld-server
cargo run --bin helloworld-client