Communication protocol, tools, etc

user1272047user1272047
2 min read

Communication protocol, tools, etc

  1. REST API – "Stateless HTTP-based API commonly used for web services."

  2. WebSocket API – "Real-time, full-duplex communication over a single TCP connection."

  3. gRPC – "High-performance RPC framework with HTTP/2 and protocol buffers."

  4. JSON-RPC – "Lightweight RPC protocol using JSON for simple API interactions."

  5. XML-RPC – "Legacy RPC protocol using XML, enabling cross-platform communication."

  6. Apache Thrift – "Cross-language RPC framework supporting multiple languages and efficient serialization."

  7. SOAP (Simple Object Access Protocol) – "XML-based protocol for structured web service communication."

  8. GraphQL – "Query language for APIs, allowing clients to specify exact data needs."

  9. Falcor – "Netflix’s library for querying specific data requirements for front-end applications."

  10. Apollo – "GraphQL platform for managing server and client-side queries efficiently."

  11. SignalR – "ASP.NET real-time framework supporting multiple communication protocols."

  12. ZeroMQ – "High-performance messaging library for distributed communication patterns."

  13. RabbitMQ – "Message broker for asynchronous messaging, commonly used for queuing."

  14. Kafka Streams – "Stream-processing library for real-time data processing on Apache Kafka."

  15. Pub/Sub (Publish/Subscribe) Model – "Asynchronous messaging pattern where publishers send messages to multiple subscribers."


Additional RPC Frameworks

  1. Apache Avro – "Data serialization system with built-in RPC, optimized for complex data."

  2. Cap’n Proto – "High-speed RPC and serialization framework, designed for efficiency and safety."

  3. D-Bus (Desktop Bus) – "Inter-process communication system for applications on Linux desktops."

0
Subscribe to my newsletter

Read articles from user1272047 directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

user1272047
user1272047