Interactive web UI for gRPC services, similar to Postman
Interactive web UI for gRPC, along the lines of postman
grpcui$ grpcui -plaintext localhost:5000$ grpcui -cert client.crt -key client.key example.com:443$ grpcui -plaintext -import-path ./protos -proto service.proto -metadata 'Authorization: Bearer token' localhost:5000