Skip to content

nirdosh17/grpc-go-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example API using Protobuf and gRPC in Golang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published