This demo showcases two different approaches to HTTP streaming:
Simple chunked transfer encoding to send data in chunks with plain text format.
Perfect for simple streaming needs like progress updates.
Structured notification system with rich metadata and JSON-RPC protocol.
Ideal for complex applications requiring detailed progress information.