- This repository sets up a simple golang server with gRPC that receives a Message proto file.
Modified template from [quick start]: https://grpc.io/docs/languages/go/quickstart
Follow these setup to run the example:
-
Get the code:
-
Run the server:
$ cd greeter_server $ go run main.go
-
Server now monitors and prints any incoming message with the header.
Client code: (android-client)