The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
 
 
 
 
 
 
jtattermusch 97fb3f6481 Add mako templates to generate MS Visual Studio projects. 10 years ago
..
data Initial import. 10 years ago
fixtures Updating moe_db.txt with the latest equivalence since the ruby import changed the exported structure. 10 years ago
tests Updating moe_db.txt with the latest equivalence since the ruby import changed the exported structure. 10 years ago
README Initial import. 10 years ago
cq_verifier.c Add mako templates to generate MS Visual Studio projects. 10 years ago
cq_verifier.h Initial import. 10 years ago
dualstack_socket_test.c Make em destroy underlying descriptor objects (and their corresponding libevent 10 years ago
end2end_tests.c Add mako templates to generate MS Visual Studio projects. 10 years ago
end2end_tests.h Initial import. 10 years ago
gen_build_json.py Updating moe_db.txt with the latest equivalence since the ruby import changed the exported structure. 10 years ago
no_server_test.c Initial import. 10 years ago

README

Each fixture (under fixtures/) is paired with each test (under tests/) and
forms a complete end-to-end test.

To add a new test or fixture:
- add the code to the relevant directory
- update gen_build_json.py to reflect the change
- regenerate projects
// MOE:begin_strip
- update net/grpc/c/BUILD to reflect the change
// MOE:end_strip