5 ms·
"Write a protocol and GraphQL", god damn it escalates quickly. Fortunately, there are intermediate steps.
by nithril 2y ago
"Write a protocol and GraphQL", god damn it escalates quickly.
Fortunately, there are intermediate steps.
- grumbelbart2 2y agoAny suggestions for a good RPC library?
- masterj 2y agoI have had a really good experience with https://connectrpc.com/ https://connectrpc.com/ so far. Buf is doing some interesting things in this space https://buf.build/docs/ecosystem/ https://buf.build/docs/ecosystem/
- zeroc8 2y agoI've used twitchtv/twirp with success. I like it because it's simple and doesn't reinvent itself over and over again.