The Dart language implementation of gRPC.
Go to file
Jakob Andersen b82384ee08 Prepare release 0.1.0. (#35) 2017-10-12 16:26:00 +02:00
example Prepare release 0.1.0. (#35) 2017-10-12 16:26:00 +02:00
interop Added client-side interop tests. (#32) 2017-09-27 13:57:24 +02:00
lib Multiplex RPCs on a single connection. (#34) 2017-10-12 15:37:29 +02:00
test Multiplex RPCs on a single connection. (#34) 2017-10-12 15:37:29 +02:00
.gitignore Initial import. (#2) 2017-06-28 14:53:42 +02:00
.travis.yml Basic server interoperability tests. (#25) 2017-07-17 16:12:13 +02:00
AUTHORS Initial repo config 2017-06-08 11:12:17 +02:00
CHANGELOG.md Prepare release 0.1.0. (#35) 2017-10-12 16:26:00 +02:00
LICENSE Initial repo config 2017-06-08 11:12:17 +02:00
README.md Prepare release 0.1.0. (#35) 2017-10-12 16:26:00 +02:00
analysis_options.yaml Fixes to make Travis Green (#17) 2017-06-29 13:11:29 -07:00
pubspec.yaml Prepare release 0.1.0. (#35) 2017-10-12 16:26:00 +02:00

README.md

A Dart implementation of gRPC.

Build Status

Note: This implementation is in an early state. We do not recommend using it for production code.

See the route_guide example for an example on how to use this package.