mirror of https://github.com/grpc/grpc.git
parent
9d67ee7222
commit
9f00073f3c
5 changed files with 12 additions and 12 deletions
@ -1,4 +1,4 @@ |
||||
#Overview |
||||
# Overview |
||||
|
||||
This directory contains source code for gRPC protocol buffer compiler (*protoc*) plugins. Along with `protoc`, |
||||
these plugins are used to generate gRPC client and server stubs from `.proto` files. |
||||
|
@ -1,4 +1,4 @@ |
||||
#Overview |
||||
# 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. |
||||
|
Loading…
Reference in new issue