Hacker News new | ask | show | jobs
by rileymichael 1722 days ago
I personally use BloomRPC — just point it at your protos and go. (plus it supports grpc-web)
1 comments

+1 for Bloom. The only thing it’s missing is support for the gRPC introspection API. It’s not bad if you have all of your organizations protos in one repo (which is what we do), but otherwise annoying to have to clone a repo and point Bloom at the .proto file just to talk to the API. Other tools (grpcui I believe is one) support introspection but aren’t as polished at Bloom.