sea-orm/examples/tonic_example
2022-08-20 22:47:31 +08:00
..
2022-08-20 22:47:31 +08:00
2022-08-20 22:47:31 +08:00
2022-04-05 21:23:55 +08:00
2022-04-05 21:23:55 +08:00
2022-08-20 22:47:31 +08:00
2022-04-05 21:23:55 +08:00

Tonic + gRPC + SeaORM

Simple implementation of gRPC using SeaORM.

run server using

cargo run --bin server

run client using

cargo run --bin client