Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 332 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 332 Bytes

README

Demo project for tonic based RPC.

Prerequisites

Protocol Buffers should be installed locally.
Make sure the command protoc is available.

Getting started

cargo run -p tonic_demo_server
cargo run -p tonic_demo_client