/grpc-go-service

Example API using Protobuf and gRPC in Golang

Primary LanguageGoMIT LicenseMIT

grpc-go-service

This is an example of gRPC server implementation of GreetService from THIS public protobuf definition.

Running service locally:

make run

Testing service endpoint:

GRPC endpoints:

  • Unary: Greet
  • Client streaming: LongGreet
  • Server streaming: GreetManyTimes
  • Bi-directional: GreetEveryone
  • WithDeadline: GreetWithDeadline