Skip to content

lao-tseu-is-alive/go-grpc-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-grpc-experiments

some code to experiment with gRPC in Go

How to try the gRPC calc example

go the base directory of the project, and run from your shell :

 go run remoteCalculator/server/main.go 

open another terminal and run the client

go run remoteCalculator/client/main.go -num1 20 -num2 10 -operation Add

How to generate the calc protoc golang files

scripts/protobuf_generate.sh

More info

About

some Golang code to experiment gRPC and protobuf

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published