Skip to content

neeme-praks-sympower/helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

HelloWorld gRPC service API sample client and server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages