/rgrpc

remote grpc allows behind-the-firewall devices to provide a grpc api

Primary LanguageGoMozilla Public License 2.0MPL-2.0

rgrpc

rgrpc (remote gRPC) is a library to trick gRPC into allowing a remote behind-the-firewall device to provide a gRPC server back to a dialable gRPC client.

This is achieved by flipping the roles of server and client. With rgrpc, the server initiates the network connection to the "client." Once communication is established, the client is able to interact with the server via gRPC like normal.

license

This software is free software under the Mozilla Public License Version 2.0