Server-Sent Events
Server-sent events are a web technology that lets a server continuously push data to a connected client without the client having to repeatedly poll for it. They are commonly used to technically transmit streaming responses from AI systems.