sea-orm/examples/tonic_example
Billy Chan 50f42075ab
Update deployment script to update example automatically (#865)
* Update deployment script

* update examples

* Split deployment scripts

* Fixup

* Typo
2022-07-12 12:02:24 +08:00
..
2022-04-05 21:23:55 +08:00
2022-04-05 21:23: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