gRPC-book-example icon indicating copy to clipboard operation
gRPC-book-example copied to clipboard

Results 4 gRPC-book-example issues
Sort by recently updated
recently updated
newest added

Can I use gRPC not for communication between different applications, but between two instances of the same application residing in different computers, for splitting a job achieving parallelization? example: 1)...

New to Go. Couldn't follow through the Guide past `make setup`. Missing steps in the Guide. `make setup` has the following error: ``` Synching dev tools and dependencies... make: retool:...

Do you find it relevant to talk about codecs and compressors? I've never used them, but some example about gzip compressing messages could be interesting, specially for an api as...

we should be using [Timestamp](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.Timestamp) for fields that represent a date.