Skip to content

supershabam/rgrpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages