Hacker News new | ask | show | jobs
by hamandcheese 1124 days ago
This seems like a great solution for streaming responses scoped to a single request. Neat!

I've always used SSEs to open a more persistent comms channel to a browser which creates way more state and complexity both on the client and the server.