/helloworld

HelloWorld gRPC service API sample client and server

Primary LanguageRust

HelloWorld gRPC API sample client and server

A sample to demonstrate how to consume gRPC API definition (.proto file) from a separate project.

Building

$ cargo build

Running

Run server:

$ ./target/debug/helloworld-server &

Run client:

$ ./target/debug/helloworld-client

Stop server:

$ fg
<CTRL-C>