Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 227 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 227 Bytes

Micro Services gRPC Rust

Microservices using the proto3(Protocol Buffer) and gRPC in rust

Step to run the project:

Run gRPC server

cargo run --bin payments-server

Run gRPC client

cargo run --bin payments-client