grpc.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [grpc]
www.codever.land/bookmarks/t/grpc
5 Protocols For Event-Driven API Architectures
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.
- :calendar: published on: 2017-07-18
- tags: event-driven-design, api, rest, grpc, websocket
When to Use What: REST, GraphQL, Webhooks, & gRPC
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
Awesome grpc
https://github.com/grpc-ecosystem/awesome-grpc#readme
A curated list of useful resources for gRPC.
- tags: grpc, awesome-list
- :octocat: source code
grpc / 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.
- tags: rpc, grpc
- :octocat: source code
Netty: Home
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients.
- tags: async, event-driven, grpc
- :octocat: source code