Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 373 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 373 Bytes

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>