The Dart language implementation of gRPC.
Go to file
Jakob Roland Andersen 0d5ef849f1 Fix date. 2017-12-15 13:01:31 +01:00
example Added support for metadata providers. (#39) 2017-12-14 14:32:06 +01:00
interop Reorganize code for 0.2.0 release. (#41) 2017-12-15 09:30:56 +01:00
lib Reorganize code for 0.2.0 release. (#41) 2017-12-15 09:30:56 +01:00
test Reorganize code for 0.2.0 release. (#41) 2017-12-15 09:30:56 +01: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 Fix date. 2017-12-15 13:01:31 +01: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 Reorganize code for 0.2.0 release. (#41) 2017-12-15 09:30:56 +01: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.