Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 2.36 KB

grpc.md

File metadata and controls

38 lines (32 loc) · 2.36 KB

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.


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.


https://github.com/grpc-ecosystem/awesome-grpc#readme

A curated list of useful resources for gRPC.


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.


https://netty.io/

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients.