sea-orm/examples/tonic_example

Tonic + gRPC + SeaORM

Simple implementation of gRPC using SeaORM.

run server using

cargo run --bin server

run client using

cargo run --bin client

Run mock test on the core logic crate:

cd core
cargo test --features mock