Tag: #websocket
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 8 posts
WebSocket, SSE, and Polling — Choosing a Realtime Transport, and Why Most Cases Do Not Need WebSocket
Most requirements labelled realtime turn out to be one-directional delivery from server to client, and in that case SSE is far simpler than WebSocket while running on the HTTP infrastructure you already have. Automatic r
2026-07-26 · 13 min read #web#websocket#server-sent-events#realtime#scalabilityAdvanced Ingress Protocols — gRPC, WebSocket, HTTP/2, HTTP/3
A practical guide to handling gRPC, WebSocket, HTTP/2, and HTTP/3 (QUIC) in Kubernetes Ingress. Covers per-controller support, annotations, TLS ALPN, troubleshooting, and the migration path toward the Gateway API, with h
2026-06-14 · 10 min read #ingress#kubernetes#grpc#websocket#http2Realtime Web in 2026 — WebSocket vs SSE vs WebTransport vs WebRTC (and Why LLM Streaming Picked SSE)
The realtime web of 2026 is not a single-protocol era. WebSocket is still the workhorse for chat and multiplayer, but ChatGPT, Claude, and Gemini stream tokens over SSE. WebTransport has landed in Chrome stable for game-
2026-05-14 · 21 min read #realtime-web#websocket#sse#webtransport#webrtcWebSocket Real-Time Communication & Observability/Monitoring Complete Guide
From WebSocket/SSE/gRPC real-time communication principles to building observability with OpenTelemetry, Prometheus, and Grafana.
2026-04-12 · 13 min read #devops#websocket#realtime#observability#monitoringCloudflare Agents and Durable Objects for AI Apps: A Practical Guide
A practical 2026 guide to Cloudflare Agents and Durable Objects for AI apps, covering the architecture, why state and long-running work matter, how it differs from stateless serverless, and a rollout checklist.
2026-04-12 · 7 min read #cloudflare#cloudflare-agents#durable-objects#ai-agent#mcpWebSocket & Real-time Communication Complete Guide 2025: SSE, Socket.IO, Chat/Notifications/Collaboration
Everything about real-time communication! WebSocket protocol, SSE (Server-Sent Events), Socket.IO, chat system implementation, real-time notifications, collaborative editing (CRDT/OT), Pub/Sub patterns, horizontal scalin
2026-03-25 · 26 min read #websocket#real-time#sse#socket-io#chatNetworking Fundamentals Every Developer Must Know: TCP/IP, HTTP, DNS, TLS to gRPC and WebSocket
A comprehensive guide to networking fundamentals every developer must know. From the TCP/IP 4-layer model, HTTP/1.1 vs 2 vs 3, DNS resolution, TLS handshakes, gRPC, WebSocket, CDN, to load balancers — a practical guide y
2026-03-23 · 27 min read #networking#tcp-ip#http#dns#tlsWebFlux + Kafka + ZooKeeper Mastery: The Complete Guide to Reactive Streaming Architecture
From Spring WebFlux reactive programming to Kafka streaming, ZooKeeper-to-KRaft migration, and SSE/WebSocket/gRPC Streaming APIs — complete developer guide for real-time data processing architecture with benchmarks, code
2026-03-22 · 36 min read #webflux#kafka#zookeeper#spring-webflux#reactive-programming