tree: e894726246d81decedaca0f71fc54138d62f0593 [path history] [tgz]
  1. .github/
  2. example/
  3. interop/
  4. lib/
  5. .gitignore
  6. .travis.yml
  7. analysis_options.yaml
  8. AUTHORS
  9. BUILD.gn
  10. CHANGELOG.md
  11. CODE-OF-CONDUCT.md
  12. CONTRIBUTING.md
  13. LICENSE
  14. pubspec.yaml
  15. README.md
grpc/README.md

The Dart implementation of gRPC: A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.

Build Status pub package

Usage

See the Dart gRPC Quickstart.

Status

If you experience issues, or if you have feature requests, please open an issue.

Notes

This library requires Dart SDK version 2.0 or later.

It currently supports the the Flutter and Dart native platforms. The potential addition of gRPC-Web is tracked in issue 43.