grpchan icon indicating copy to clipboard operation
grpchan copied to clipboard

Channels for gRPC: custom transports

Results 2 grpchan issues
Sort by recently updated
recently updated
newest added

The representation of gRPC requests and message data on the wire in the `httpgrpc` package is quite different from that used to by `grpc-web` (which also aims to support gRPC...

gRPC can support non-protobuf messages via custom codecs. It can also support protobuf messages while using a different on-the-wire representation via custom codecs (such as using JSON on the wire)....