https://github.com/gotz1480/grpc-go-tutorial
gRPC Go tutorial
https://github.com/gotz1480/grpc-go-tutorial
Last synced: 6 months ago
JSON representation
gRPC Go tutorial
- Host: GitHub
- URL: https://github.com/gotz1480/grpc-go-tutorial
- Owner: gotz1480
- License: gpl-3.0
- Created: 2023-02-22T13:32:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-16T01:49:25.000Z (over 2 years ago)
- Last Synced: 2025-04-04T13:13:19.004Z (6 months ago)
- Language: Go
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grpc-go-tutorial
gRPC Go tutorial## Install dependencies
Check https://grpc.io/docs/languages/go/quickstart/
`sudo apt install protobuf-compiler`
`go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28`
`go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2`## Build
`make`