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.
- Host: GitHub
- URL: https://github.com/whisperpine/tonic-demo
- Owner: whisperpine
- License: apache-2.0
- Created: 2023-03-12T14:29:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T16:59:36.000Z (6 months ago)
- Last Synced: 2026-01-12T22:25:09.361Z (5 months ago)
- Topics: demo, grpc, tonic
- Language: Rust
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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
```