logoalt Hacker News

How to make SSE token streams resumable, cancellable, and multi-device

19 pointsby zknilllast Wednesday at 2:31 PM1 commentview on HN

Comments

ekojstoday at 7:03 AM

> HTTP is just not a good transport for streaming LLM tokens and for building async agentic applications

I don't know if I agree if this is a problem with SSE or HTTP. Something like a Redis Streams-backed SSE would solve most of the 'challenges' presented in the post.