Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marttp/grpc-go-tutorial
https://github.com/marttp/grpc-go-tutorial
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/marttp/grpc-go-tutorial
- Owner: marttp
- Created: 2020-06-02T04:41:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T08:04:25.000Z (over 4 years ago)
- Last Synced: 2023-03-07T10:57:55.906Z (almost 2 years ago)
- Language: Go
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- 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