Tag: grpc

  • gRPC – quick talk between C#  Python

    gRPC – quick talk between C# <-> Python

    gRPC is a high-performance remote procedure call (RPC) framework. RPC used to be great at some points, but this type of communication always used to be heavily coupled to a specific language and framework. Contrary, gRPC uses Protocol Buffers as its Interface Definition Language which offers efficient, reliable and fast communication between distributed systems independently…