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.
 
 
 
 
 
 
Yang Gao 5a2017036d Merge pull request #2803 from ctiller/delay-start-resolution 10 years ago
..
census Merge branch 'master' into issue_2709 10 years ago
channel Delay name resolution until we need a channel to be READY 10 years ago
client_config Merge pull request #2656 from yang-g/reconnect_branch_based_on_jitter 10 years ago
compression Moar tests, fixed wrongly named vbles, minor bugs. 10 years ago
debug Proper init/shutdown 10 years ago
httpcli Clean up handshaking server channels properly 10 years ago
iomgr Merge pull request #2713 from ctiller/plucking-hell 10 years ago
json Fixing json doc. 10 years ago
profiling Introduce multiple clocks to GPR 10 years ago
security Allow specific pollers to be woken 10 years ago
statistics clang-format changed files 10 years ago
support Make TSAN happy with our lock free stack 10 years ago
surface Add comment 10 years ago
transport Merge branch 'primary-goat-whisperer' into the-test-be-sleepy 10 years ago
tsi Adding option to force client auth on the server SSL creds. 10 years ago
README.md

README.md

#Overview

This directory contains source code for shared C library. Libraries in other languages in this repository (C++, Ruby, Python, PHP, NodeJS, Objective-C) are layered on top of this library.

#Status

Alpha : Ready for early adopters