The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Matthew Stevenson fae2982647
[ssl] Fix SSL stack to handle large handshake messages whose length exceeds the BIO buffer size. (#33638)
2 years ago
..
ext [build] Make GRPC_MUST_USE_RESULT default backed by nodiscard (#33742) 2 years ago
lib [build] Make GRPC_MUST_USE_RESULT default backed by nodiscard (#33742) 2 years ago
plugin_registry [ring hash] revert 64-to-32-bit changes for objc (#33201) 2 years ago
tsi [ssl] Fix SSL stack to handle large handshake messages whose length exceeds the BIO buffer size. (#33638) 2 years ago
BUILD [LB policies] use helper GetAuthority() instead of GRPC_ARG_SERVER_URI channel arg (#33671) 2 years ago
README.md Drop "C" from "C core" 4 years ago

README.md

gRPC core library

This shared library provides all of gRPC's core functionality through a low level API. gRPC libraries for the other languages supported in this repo, are built on top of this shared core library.