/grpc

Primary LanguageC#

gRPC - code example

Content:

  • generate_protos_C#.bat
    • generates C# code from proto files located in Protos directory
    • the TOOLS_PATH must be set to grpc.tools nuget location directory
  • generate_protos_python.bat
    • generates Python code from proto files located in Protos directory
    • the script must be run from a python environment that contains grpcio-tools (pip install grpcio-tools)