top | item 18297656

(no title)

lost-theory | 7 years ago

Again, I don't think this specific example is hugely significant, I'm looking at the larger trend.

Re: public endpoints. Say you're poking around a public web service, and it doesn't provide an API. Maybe you're writing a browser extension. Would you rather reverse engineer a JSON HTTP API with no documentation, or a gRPC-Web API with no .proto file?

discuss

order

dilyevsky|7 years ago

$ grpc_cli ls <addr>

You’re welcome.

lost-theory|7 years ago

That looks useful. Do you know if that works with gRPC-Web where the underlying gRPC port is behind a service proxy?