golang-google-grpc-dev

Implementation of grpc in go
  https://godoc.org/google.golang.org/grpc
  0
  no reviews



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.