Hacker News new | ask | show | jobs
by grumbelbart2 505 days ago
Any suggestions for a good RPC library?
2 comments

I have had a really good experience with https://connectrpc.com/ so far. Buf is doing some interesting things in this space https://buf.build/docs/ecosystem/
I've used twitchtv/twirp with success. I like it because it's simple and doesn't reinvent itself over and over again.