Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

demo grpc tonic

Last synced: 3 days ago
JSON representation

Demo project for tonic based RPC.

Awesome Lists containing this project

README

        

# README

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 tonic_demo_server
cargo run -p tonic_demo_client
```