mirror of https://github.com/grpc/grpc-dart.git
* update: Migrate off legacy JS/HTML apis * update: use dart.library.js_interop in place of dart.library.html * update: dart format xhr_transport.dart and update dart sdk to v3.4.0 in workflows * update: use if instead of switch case in xhr_transport.dart * update: upgrade web package to v1.1.0 * refactor: use Uint8List for sending data over XHR rather than Int8List * refactor: eta-reduction of call to request.setRequestHeader * Convert grpc-web example to package:web --------- Co-authored-by: minoic <minoic2020@gmail.com> Co-authored-by: Moritz <mosum@google.com> |
||
---|---|---|
.. | ||
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 RPCs.
-
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.