Bookmarks tagged [grpc]
https://nordicapis.com/5-protocols-for-event-driven-api-architectures/
We define and compare five ways to design event-driven APIs; WebSockets, Webhooks, REST Hooks, Server Sent Events (SSE), and Pub-Sub.
- 📆 published on: 2017-07-18
- tags: event-driven-design, api, rest, grpc, websocket
https://nordicapis.com/when-to-use-what-rest-graphql-webhooks-grpc/
Real world, specific use cases for REST, GraphQL, gRPC, and Webhooks to help API developers make sense of which API design style to use for what situation.
- tags: rest, grpc, graphql, webhooks, api-design
https://github.com/grpc-ecosystem/awesome-grpc#readme
A curated list of useful resources for gRPC.
- tags: grpc, awesome-list
- source code
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
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients.
- tags: async, event-driven, grpc
- source code