An open API service indexing awesome lists of open source software.

https://github.com/whisperpine/tonic-demo

Demo project for tonic based RPC.
https://github.com/whisperpine/tonic-demo

demo grpc tonic

Last synced: 2 months ago
JSON representation

Demo project for tonic based RPC.

Awesome Lists containing this project

README

          

# Tonic Demo

Demo project for [tonic](https://github.com/hyperium/tonic) based RPC.

## Prerequisites

[Protocol Buffers](https://github.com/protocolbuffers/protobuf)
should be installed locally.\
Make sure the command `protoc` is available.

## Getting started

```sh
cargo run -p tserver
cargo run -p tclient
```