Has anyone implemented a connection receiving server-events?
As described in https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#event_stream_format
That's what is being used by chatGPT to update the response. But is it used by many servers to update browser during in long compute.
It would be nice to be able to use with OpenAILink` ...