gRPC supports rpc server and client implementation in many languages. I need to know whether there is any significant performance differences in implementing gRPC server and client in goLang v/s Java . If we are looking for high performance and scale , which implementation will be better go or java
Thanks Girish T S