Ask HN: gRPC in 2022, Yay or Nay?

I haven't heard much about gRPC in a few years, is it worth adopting now or is it still a hyper-niche use case technology?

4 points | by MathCodeLove 700 days ago

2 comments

  • bediger4000 700 days ago
    It's pretty solid. Go support is impeccable, Protobufs have lots of language support.

    It's a lot easier to add features to a protobuf than to other RPC systems I've used. That's a huge advantage because your clients and server don't have to upgrade in lockstep

  • bgar 700 days ago
    Yeah, gRPC is mainstream at this point -- much better to generate API clients when you can, instead of hand-rolling your own, especially as the number of engineers and teams in an organization grow.