Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 329 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 329 Bytes

Rust grpc demo

prequire

cargo update
cargo build //for generate the grpc rust code 

how to run

cd src/bin

cargo run --bin server

cargo run --bin client

run with docker

  • first build with local rust compiler
  • with docker-compose build
docker-compose build
docker-compose up -d