grpc/src/core
Muxi Yan d36283ab59 Address review comments 2017-08-11 16:11:26 -07:00
..
ext Address review comments 2017-08-11 16:11:26 -07:00
lib Merge branch 'master' into stream_compression_config 2017-08-02 16:57:23 -07:00
plugin_registry Add GTS plugin 2017-07-17 11:20:51 -07:00
tsi Make tsi handshaker result unused bytes const 2017-08-01 12:17:08 -07:00
README.md fix markdown render error 2017-03-26 00:52:56 +08:00

README.md

Overview

This directory contains source code for C library (a.k.a the gRPC C core) that provides all gRPC's core functionality through a low level API. Libraries in other languages in this repository (C++, Ruby, Python, PHP, NodeJS, Objective-C) are layered on top of this library.