* tonic gRPC example * minor change to client output Co-authored-by: Chris Tsang <chris.2y3@outlook.com>
204 B
204 B
Tonic.rs + gRPC + SeaORM
Simple implementation of gRPC using SeaORM.
uses models actix_example
run server using
cargo run --bin server
run client using
cargo run --bin client