Reading series
Streaming APIs
3 parts, in reading order.
distributed systemsHTTP Chunked Transfer Encoding Explained with curl
See how HTTP/1.1 frames streaming responses into chunks, inspect the raw bytes with curl, and understand what changes in HTTP/2 and HTTP/3.
Updated · originally
pythonStreaming APIs with FastAPI and Next.js - Part 1
Streaming data in the browser is one of those things that feels magical the first time you see it: data appears live - no need to wait for the full…
pythonStreaming APIs with FastAPI and Next.js - Part 2
In Part 1, we explored how to stream data into a React component using modern browser APIs. Now it's time to build the other half: the FastAPI backend…