Tag: #sse
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3 posts
Realtime 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 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#chatWebFlux + 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