5d ago · 14 min read · If you're already familiar with the MCP protocol, you know it allows LLMs to interact with external services. If not — a quick example.You're running Claude Code locally on your machine and want it to
Join discussion
Mar 27 · 9 min read · Spry with Server-Sent Events (SSE): Real‑Time Updates Without WebSockets Server‑Sent Events (SSE) provide a simple, efficient way to push real‑time updates from server to client over a single HTTP connection. Unlike WebSockets, SSE is unidirectional ...
Join discussionMar 25 · 9 min read · Spry with Server-Sent Events (SSE): Real‑Time Updates Without WebSockets Server‑Sent Events (SSE) provide a simple, efficient way to push real‑time updates from server to client over a single HTTP connection. Unlike WebSockets, SSE is unidirectional ...
Join discussionMar 3 · 4 min read · 📡 The Real-Time Dilemma In order tracking systems, data freshness is everything. However, not every real-time scenario requires the full-duplex complexity of WebSockets or the heavy abstraction layer
Join discussion
Feb 12 · 9 min read · Why Traditional Real-Time Approaches Fall Short WebSockets became the default choice for real-time communication over the past decade, but this pattern emerged before HTTP/2 multiplexing, modern edge networks, and serverless architectures reshaped ho...
Join discussionFeb 3 · 5 min read · 1. The Core Problem: The Web is "Stateless" The internet was originally built to be boring. In the standard HTTP model, communication is always initiated by the client. You ask for a page (GET /home), the server delivers it, and then the server immed...
Join discussion
Jan 20 · 11 min read · Modern chatbots have changed how we interact with AI. If you've used ChatGPT or similar tools, you've noticed how responses appear word by word, creating a natural conversational flow. This streaming behavior isn't just aesthetic—it significantly imp...
Join discussionJan 12 · 5 min read · Server-Sent Events (SSE) is a lightweight, standard HTTP protocol that allows servers to push real-time updates to clients over a single, persistent HTTP connection. Unlike WebSockets, which are bidirectional (Full Duplex), SSE is unidirectional (Ser...
Join discussion