- https://grpc.io/docs/languages/go/quickstart/
- https://lejewk.github.io/grpc-go-example/
- follow 하다가 protoc 실행하는 부분에 대해서 나와있지 않아서 제외.
- mac os 10.14.6
- golang version : 1.12.1
grpc
mac
- 최신의 golang
- protobuf brew install protobuf
cd grpc-go/examples/helloworld go run greeter_server/main.go
other terminal cd grpc-go/examples/helloworld go run greeter_client/main.go