The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
 
 
 
 
 
 
Stanley Cheung 1a3f4a55c2 PHP: make tests runnable on both protobuf 3.1 and 3.2 8 years ago
..
README.md Create README.md 9 years ago
config.h Clang-format all the things 9 years ago
cpp_generator.cc Stop generating method name array when there is no method. 8 years ago
cpp_generator.h Add a header to override grpc::string when needed 9 years ago
cpp_generator_helpers.h Added comments to node generation, also refactored some plugin code 9 years ago
cpp_plugin.cc Clang-format all the things 9 years ago
csharp_generator.cc Generate param comments in C# proto plugin 8 years ago
csharp_generator.h add internal_access option for C# codegen 9 years ago
csharp_generator_helpers.h Clang-format all the things 9 years ago
csharp_plugin.cc Clang-format all the things 9 years ago
generator_helpers.h Clang-format all the things 9 years ago
node_generator.cc Clang format code 9 years ago
node_generator.h Added comments to node generation, also refactored some plugin code 9 years ago
node_generator_helpers.h Clang-format all the things 9 years ago
node_plugin.cc Added comments to node generation, also refactored some plugin code 9 years ago
objective_c_generator.cc Clang-format all the things 9 years ago
objective_c_generator.h Use class names for types as generated by the messages plugin 10 years ago
objective_c_generator_helpers.h Clang-format all the things 9 years ago
objective_c_plugin.cc Clang-format all the things 9 years ago
php_generator.cc PHP: make tests runnable on both protobuf 3.1 and 3.2 8 years ago
php_generator.h PHP: make tests runnable on both protobuf 3.1 and 3.2 8 years ago
php_generator_helpers.h PHP: make tests runnable on both protobuf 3.1 and 3.2 8 years ago
php_plugin.cc PHP: make tests runnable on both protobuf 3.1 and 3.2 8 years ago
python_generator.cc Add `auto-gen`d comment to `_pb2_grpc.py` files 8 years ago
python_generator.h Enable split code generation 9 years ago
python_plugin.cc Use open-source defaults to propagate Python plugin configuration 9 years ago
ruby_generator.cc Fix incorrect ruby_generator.cc merge 9 years ago
ruby_generator.h Use grpc:: counterparts in ruby code generator 10 years ago
ruby_generator_helpers-inl.h Updated ruby protos to use new _pb filename 9 years ago
ruby_generator_map-inl.h Clang-format all the things 9 years ago
ruby_generator_string-inl.h ruby: Use fully-qualified type name when necessary 9 years ago
ruby_plugin.cc Use grpc:: counterparts in ruby code generator 10 years ago

README.md

#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.