README ¶ Hello World This example demonstrates how to write grpc server and client. Generate protobuf files. Implement your service, and register with micro service. Protobuf protoc --go_out=proto --micro_out=proto proto/helloworld.proto GRPC Run Server go run server/main.go --server grpc --server_name helloworld.srv Run Client go run client/main.go --client grpc Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files carrier.go main.go Click to show internal directories. Click to hide internal directories.