Python-GoLang-gRPC-Implementation
This repository contain sample code of gRPC Communication between Python and GoLang, the Server is running on GoLang while Python is running the client
gRPC is an open source RPC framework running over HTTP/2. RPC (remote procedure call) is a way for one machine to tell another machine to do something, rather than calling a local function in a library. RPC has been around in the history of distributed computing, with different implementations focusing on different areas, for a long time. What makes gRPC unique are the following characteristics:. source (grpc.io)
More docs coming