/tonic-demo

Demo project for tonic based RPC.

Primary LanguageRustApache License 2.0Apache-2.0

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