Hacker News new | ask | show | jobs
by praneshp 2555 days ago
Are you writing internal APIs or exposing some to external developers also? Are those external developers able to start from JSON and make a request?
1 comments

Both. And if your external clients rather consume a JSON/REST API, it's easy to derive that from a gRPC API. You can do it right there in your protobuf definition. It's actually easier to do it that way than to deal with OpenAPI's wall of yaml.