grpc-java/examples
nmittler b897a89e78 Adding RouteGuide example and deleting others. 2015-02-24 13:58:16 -08:00
..
src/main Adding RouteGuide example and deleting others. 2015-02-24 13:58:16 -08:00
README.md Adding RouteGuide example and deleting others. 2015-02-24 13:58:16 -08:00
build.gradle Adding RouteGuide example and deleting others. 2015-02-24 13:58:16 -08:00

README.md

grpc Examples

In order to run the examples simply execute one of the gradle tasks routeGuideServer or routeGuideClient.

Assuming you are in the grpc-java root folder you would first start the server by running

$ ./gradlew :grpc-examples:routeGuideServer

and in a different terminal window then run the client by typing

$ ./gradlew :grpc-examples:routeGuideClient

That's it!