https://github.com/ittus/go-grpc
https://github.com/ittus/go-grpc
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ittus/go-grpc
- Owner: ittus
- Created: 2021-09-27T12:26:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-29T04:21:56.000Z (over 4 years ago)
- Last Synced: 2025-04-05T08:27:14.263Z (9 months ago)
- Language: Go
- Size: 93.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## gRPC go training
### Generate code
```bash
export PATH="$PATH:$(go env GOPATH)/bin"
./generate.sh
```
## Useful reading
- [Error Handling](https://grpc.io/docs/guides/error/)
- [gRPC and Deadline](https://grpc.io/blog/deadlines/)
- [gRPC Auth Support](https://github.com/grpc/grpc-go/blob/master/Documentation/grpc-auth-support.md) & [Auth](https://grpc.io/docs/guides/auth/#go)