DEV Community

nphamvn
nphamvn

Posted on

Tunnel services that support access Grpc Server (HTTP/2)

I am looking for a tunnel service that allow client to access a Grpc Server via Http/2 protocol. I need to host a C# .NET Grpc Server on my Raspberry Pi, the app will communicate with Raspberry Pi's GPIO pins. And the Grpc Client - an ASP.NET Core API is hosted on Azure App Services. Can you give me a suggestion?

Top comments (0)