gRPC module

This module is used to organize synchronous data exchange using calls through the gRPC protocol. It has implementations of both, the server and client parts.

Packages

The module contains the following packages:

  • Build - factories for creating gRPC services
  • Clients - basic client components that use the gRPC protocol and Commandable pattern through gRPC
  • Services - basic service implementations for connecting via the gRPC protocol and using the Commandable pattern via gRPC

Use

Get the package from the Github repository:

go get -u github.com/pip-services3-gox/pip-services3-grpc-gox@latest