mirror of https://github.com/grpc/grpc-dart.git
26 lines
890 B
Markdown
26 lines
890 B
Markdown
The [Dart](https://www.dart.dev/) implementation of
|
|
[gRPC](https://grpc.io/): A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.
|
|
|
|
[](https://travis-ci.org/grpc/grpc-dart)
|
|
[](https://pub.dev/packages/grpc)
|
|
|
|
# Usage
|
|
|
|
See the [Dart gRPC Quickstart](https://grpc.io/docs/quickstart/dart.html).
|
|
|
|
[grpc-web](https://github.com/grpc/grpc-web) in a browser context is supported by
|
|
`package:grpc/grpc-web.dart`.
|
|
|
|
# Status
|
|
|
|
If you experience issues, or if you have feature requests,
|
|
please [open an issue](https://github.com/dart-lang/grpc-dart/issues).
|
|
|
|
# Notes
|
|
|
|
This library requires Dart SDK version 2.2.0 or later.
|
|
|
|
It currently supports the [Flutter](https://flutter.dev/) and
|
|
[Dart native](https://dart.dev/platforms) platforms.
|
|
|