tonic-no-codegen-example An example of using Tonic without codegen—completely dynamic parsing and usage of protobufs Running Start the server in one shell cargo run --bin server And run the client in another shell cargo run --bin client