Skip to content

HarshalVoonna/grpc-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc-golang

Implementing Unary, ServerStreaming, ClientStreaming, Bidirectional RPCs with the help of GRPC.

Use commands mentioned in generate.sh file present in root directory to generate pb file for the proto. Eg: protoc greet/greetpb/greet.proto --go_out=plugins=grpc:.

To run server: go run greet/greet_server/server.go

To run client: go run greet/greet_client/client.go

Releases

No releases published

Packages

No packages published