DEV Community

Cover image for gRPC GUI client
Forest
Forest

Posted on

gRPC GUI client

I made my own GUI client Warthog, what can it do:

  • Input generation for all types
  • Input generation for nested and looped messages
  • Automatic parsing of proto definitions to render services and input messages
  • Execute unary, server streaming, client streaming and bidirectional requests
  • Authentication: Basic, Bearer Token, JWT, GCE
  • Kubernetes port forwarding
  • Authorization in Google Cloud services

And much more...

Top comments (0)