Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 2.03 KB

rpc.md

File metadata and controls

37 lines (31 loc) · 2.03 KB

Bookmarks tagged [rpc]

http://grpc.io


https://github.com/micro/kubernetes

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


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...


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...


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.