Hacker News new | ask | show | jobs
by skrtskrt 658 days ago
In years of developing pretty complex products with gRPC I don't think we've ever run into an issue or sharp corner.

Having the libraries generating relatively optimized message parsers and server implementations and just throwing middlewares around them, with easy support for deprecating fields, enums, and a bunch of other goodies - all been a huge help and productivity gain. So much can be done by just understanding the gRPC config settings and throwing some bog-standard middlewares around things.

1 comments

Same experience for me as well. It does what it should well, the clients and servers it generates in Go are pretty good.