2

I am trying to create a tunnel to call my local gRPC server from a cloud machine for development/testing purposes. I have tried ngrok with HTTP and TCP and also localtunnel, but the client seems to just hang and doesn't return any error. Is this possible? Which protocol should I expose?

My gRPC client is running using Node and my server is using .Net Framework, and the channel is insecure.

Ricardo Smania
  • 2,939
  • 2
  • 26
  • 35

1 Answers1

0

I don't know if ngrok has http2. Try nghttp2 h2load.

srini
  • 144
  • 3