In this publication I will demonstrate how a Go client can directly call a method on a Go server using gRPC. Prerequisites Go gRPC is a framework for Remote Procedure Calls, or RPCs, with a wide variety of supported languages. In gRPC there are 3 core concepts: protocol buffers, servers, and…