sea-orm/examples/tonic_example
Billy Chan cdd6c29845
Fixup
2022-05-10 12:06:49 +08:00
..
2022-05-10 12:06:49 +08:00
2022-05-10 12:06:49 +08:00
2022-04-05 21:23:55 +08:00
2022-05-09 12:30:55 +08:00
2022-04-05 21:23:55 +08:00
2022-05-09 12:30:55 +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