An open API service indexing awesome lists of open source software.

https://github.com/ittus/go-grpc


https://github.com/ittus/go-grpc

Last synced: 7 months ago
JSON representation

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)