Can C++ GRPC be called in Go? -


i have client/server implementation done , written in c++ 1 project.

i'm starting new project in go making web app , want interact server implementation did in c++. there way can re use c++ client implementation , call go code or have rewrite client code in go?

a way implement turning client locally running server. this, can make wrapper proto file, generate code both c++ , go. implement stubs in c++ wrappers real function, , call stubs grpc go client. in effect, chaining calls.