The Dart language implementation of gRPC.
Go to file
Jakob Andersen a9b919a5e9 Added client-side interop tests. (#32) 2017-09-27 13:57:24 +02:00
example Preparation for RPC multiplexing (#31) 2017-09-25 13:51:40 +02:00
interop Added client-side interop tests. (#32) 2017-09-27 13:57:24 +02:00
lib Preparation for RPC multiplexing (#31) 2017-09-25 13:51:40 +02:00
test Preparation for RPC multiplexing (#31) 2017-09-25 13:51:40 +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 Update change log and pubspec for release 0.0.1. 2017-07-18 15:23:06 +02:00
LICENSE Initial repo config 2017-06-08 11:12:17 +02:00
README.md Update readme with Travis badge (#16) 2017-06-29 12:28:24 -07:00
analysis_options.yaml Fixes to make Travis Green (#17) 2017-06-29 13:11:29 -07:00
pubspec.yaml Update change log and pubspec for release 0.0.1. 2017-07-18 15:23:06 +02:00

README.md

A Dart implementation of gRPC.

Build Status

Note: This implementation is in a very early & experimental state. We do not recommend using it for anything but experiments.