Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
ext/ | 03-May-2024 | - | 39,551 | 28,642 | ||
lib/ | 03-May-2024 | - | 72,664 | 49,706 | ||
plugin_registry/ | 03-May-2024 | - | 230 | 164 | ||
tsi/ | 03-May-2024 | - | 17,452 | 12,242 | ||
README.md | D | 03-May-2024 | 287 | 5 | 3 |
README.md
1# Overview 2 3This 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, 4Python, PHP, NodeJS, Objective-C) are layered on top of this library. 5