rpc.md

July 15, 2021 · View on GitHub

Bookmarks tagged [rpc]

www.codever.land/bookmarks/t/rpc

gRPC

http://grpc.io


Micro

https://github.com/micro/kubernetes

Deprecated: See examples/kubernetes. Contribute to micro/kubernetes development by creating an account on GitHub.


Meet Twirp! · Twirp

https://twitchtv.github.io/twirp/docs/intro.html

Twirp is a framework for service-to-service communication emphasizing simplicity and minimalism. It generates routing and serialization from API definition files and lets you focus on your application...


Nate Barbettini – API Throwdown: RPC vs REST vs GraphQL, Iterate 2018

https://www.youtube.com/watch?v=IvsANO0qZEg

Choosing an API design style can be downright daunting. The RPC vs. REST debate has raged for years, and now there's a new kid on the block: GraphQL. Which is right for your application? I'll demystif...


grpc / grpc.io

https://grpc.io/

A high-performance, open-source universal RPC framework. Client applications can directly call methods on a server application on a different machine as if it was a local object.