mirror of https://github.com/grpc/grpc-dart.git
Add a 'bad certificate handler' to the new ChannelCredentials, which can be used to override certificate validation (for example, to allow auto-generated self-signed certificates during development). Also fixed a bug in Server.shutdown(). |
||
---|---|---|
.github | ||
example | ||
interop | ||
lib | ||
test | ||
.gitignore | ||
.travis.yml | ||
AUTHORS | ||
CHANGELOG.md | ||
CODE-OF-CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
analysis_options.yaml | ||
pubspec.yaml |
README.md
The Dart implementation of gRPC: A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.
Usage
See the route_guide example for an example on how to use this package.
Status
This package is currently in beta: It is available for general usage, and is considered feature complete.
If you experience issues, or if you have feature requests, please open an issue.
Notes
This library requires Dart SDK version 1.24.3 or later.