mirror of https://github.com/grpc/grpc-dart.git
* Added support for compression/decompression, which can be configured through `ChannelOptions` constructor's `codecRegistry` parameter or adding the `grpc-accept-encoding` to `metadata` parameter of `CallOptions` on the client side and `codecRegistry` parameter to `Server` on the server side. Outgoing rpc can be compressed using the `compression` parameter on the `CallOptions`. Closes #6 |
||
---|---|---|
.. | ||
googleapis | ||
grpc-web | ||
helloworld | ||
metadata | ||
route_guide | ||
README.md |
README.md
Four code examples are available:
-
helloworld: A demonstration of using the Dart gRPC library to perform unary RPs.
-
googleapis: A demonstration of using the Dart gRPC library to communicate with Google APIs.
-
metadata: A demonstration of how to handle custom metadata, cancellation, and timeouts in Dart gRPC.
-
route_guide: A demonstration of how to perform unary, client streaming, server streaming and full duplex RPCs.
For a complete, step-wise working example, see the Dart gRPC Quick Start.