Ecosyste.ms: Awesome
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: 3 days ago
JSON representation
Demo project for tonic based RPC.
- Host: GitHub
- URL: https://github.com/whisperpine/tonic-demo
- Owner: whisperpine
- License: apache-2.0
- Created: 2023-03-12T14:29:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-13T07:07:51.000Z (10 months ago)
- Last Synced: 2024-01-13T18:30:46.549Z (10 months ago)
- Topics: demo, grpc, tonic
- Language: Rust
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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
```