#WebSocket
2 articles
Architecture
2026-06-27
Comparing API Styles: REST, GraphQL, gRPC, Webhooks, WebSocket, and Messaging
Six common API styles, REST, GraphQL, gRPC, Webhooks, WebSocket, and Messaging, compared side by side. This article organizes them by communication model, lays out each style's overview, design considerations, and pros and cons, and gives guidance for choosing. A map for picking a style in API design.
#API#REST#GraphQL#gRPC#WebSocket#Webhook#Messaging
Network
2026-06-27
Comparing Real-Time Web Communication: Polling, SSE, WebSocket, WebRTC, and WebTransport
Five common real-time web communication technologies, Polling, SSE, WebSocket, WebRTC, and WebTransport, compared side by side. This article sorts them by direction and transport, lays out each one's overview, minimal implementation, and pros and cons, and gives selection criteria. A map for choosing a real-time method.
#Polling#SSE#WebSocket#WebRTC#WebTransport#Real-time