This is the companion project to the Dreams of Code YouTube video on Rust and gRPC with Tonic
Please see the linked video for more information.
In order to run this code, you'll need at least Rust 1.76 installed on your system.
As well as rust, you'll also need the protobuf compiler as well.
pacman -S protobuf
brew install protobuf
This project contains two binaries, a server and a client.
cargo run --bin server
cargo run --bin client
There is a companion frontend project that goes with this code found here