grpcui

Interactive web UI for gRPC services, similar to Postman

brewmacoslinux
Try with needOr install directly
Source

About

Interactive web UI for gRPC, along the lines of postman

Commands

grpcui

Examples

Start web UI for a local gRPC service running on port 5000$ grpcui -plaintext localhost:5000
Connect to a gRPC service with TLS enabled$ grpcui -cert client.crt -key client.key example.com:443
Use a proto import path and specify default metadata$ grpcui -plaintext -import-path ./protos -proto service.proto -metadata 'Authorization: Bearer token' localhost:5000