SudhakarKamanboina / 273-Lab2-gRPC

RPC using Google Protocol Buffers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grpc Examples

Place all contents of this repository under grpc-java directory.

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

$ ./gradlew :grpc-examples:pollServer

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

$ ./gradlew :grpc-examples:pollClient

That's it!

About

RPC using Google Protocol Buffers


Languages

Language:Java 89.9%Language:Protocol Buffer 10.1%