Skip to content

3rdparty/eventuals-grpc-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC Examples using eventuals::grpc

This repository provides gRPC examples written using eventuals::grpc.

These examples are in a separate repository from eventuals::grpc to make it easier to clone that repository and start building a project rather than trying to figure out what pieces of the eventuals::grpc build should be copied.

Please see the eventuals::grpc README for more information on the eventuals::grpc library!

RouteGuide

The RouteGuide example can be found in route_guide. Build the server and client with:

$ bazel build :route_guide_server
...
$ bazel build :route_guide_client
...

About

C++ gRPC examples using stout::grpc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published