Bookmarks tagged [rpc]
- tags: kubernetes, rpc
https://github.com/micro/kubernetes
Deprecated: See examples/kubernetes. Contribute to micro/kubernetes development by creating an account on GitHub.
- tags: kubernetes, rpc
- source code
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...
- tags: twirp, rpc, go
- source code
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...
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.
- tags: rpc, grpc
- source code