mirror of https://github.com/grpc/grpc-dart.git
23 lines
899 B
Markdown
23 lines
899 B
Markdown
The [Dart](https://www.dartlang.org/) 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.dartlang.org/packages/grpc)
|
|
|
|
# Usage
|
|
|
|
See the [Dart gRPC Quickstart](https://grpc.io/docs/quickstart/dart.html).
|
|
|
|
# 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.0 or later.
|
|
|
|
It currently supports the the [Flutter](https://flutter.io/) and
|
|
[VM/Server](https://www.dartlang.org/dart-vm) platforms. The potential
|
|
addition of gRPC-Web is tracked in [issue 43](https://github.com/grpc/grpc-dart/issues/43).
|