https://github.com/marttp/grpc-go-tutorial
https://github.com/marttp/grpc-go-tutorial
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/marttp/grpc-go-tutorial
- Owner: marttp
- Created: 2020-06-02T04:41:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T08:04:25.000Z (about 6 years ago)
- Last Synced: 2025-04-11T00:58:43.346Z (about 1 year ago)
- Language: Go
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Lib protocol buffer
go get -u google.golang.org/grpc
go get -u github.com/golang/protobuf/protoc-gen-go
### Generate proto file
protoc --proto_path=proto proto/*.proto --go_out=plugins=grpc:pb
### Create Makefile