hota911
hota911

Reputation: 81

grpc_cli for gRPC-Web

Is there any CLI to call gRPC-Web service like grpc_cli?

I'd like to test our gRPC-Web service running on AWS. I cannot use grpc_cli because the gRPC service is in a private subnet and not accessible (I cannot put the service behind our ELB, which does not support Http/2).

Upvotes: 1

Views: 552

Answers (1)

Matteo
Matteo

Reputation: 39390

You can take a look at Chrome Browser extension to aid gRPC-Web development

https://github.com/SafetyCulture/grpc-web-devtools

Hope this help

Upvotes: 1

Related Questions