
Implementation of an rpc system called grpc in golang.
remote procedure calls (rpcs) provide a useful abstraction for building distributed applications and services. this library provides a concrete implementation of the grpc protocol, layered over http/2.