Skip to content

Rust gRPC hello world with TLS minimal example

georgeliao/grpc_hello_world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC hello world with TLS

A minimal example demonstrating a gRPC server–client connection using TLS authentication.

🛠️ Build Instructions

Prerequisites

  • Rust toolchain (install via rustup.rs)
  • Internet access (to fetch metadata)

Clone the project

git clone https://github.com/georgeliao/grpc_hello_world.git
cd grpc_hello_world

Build

cargo build --release

Run

cargo run --bin helloworld-server
cargo run --bin helloworld-client

About

Rust gRPC hello world with TLS minimal example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages