I would like to know what other people use for streaming the Assistant API, I’m having a hard time show the response, I use websockets currently, FastAPI server side and ReactJS for my client side, I heard SSE but not sure if this is better
also which one is better for a lot of users since websocket will be heavier for the server instead of SSE IMO. but any would do my end goal is just to stream the response I already heard for react to use Stream Parsers what I want to do now is for streaming.