This directory contains a simple gRPC implementation demonstrating a basic HelloService using Protocol Buffers and Go.

Features

Prerequisites

Install protobuf plugins with:

go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest

Make sure your $GOPATH/bin is in your PATH so that protoc can locate the plugins.


Generating Protobuf Code

From the grpc/ directory, run: