Giri Priyadarshan 17a3ad9620
tonic gRPC example (#659)
* tonic gRPC example

* minor change to client output

Co-authored-by: Chris Tsang <chris.2y3@outlook.com>
2022-04-05 20:35:33 +08:00

15 lines
204 B
Markdown

# Tonic.rs + gRPC + SeaORM
Simple implementation of gRPC using SeaORM.
uses models actix_example
run server using
```bash
cargo run --bin server
```
run client using
```bash
cargo run --bin client
```