Hi,
We are trying to develop a LLM chat agent. So far lot of libraries have been written in JS or Python. But Elixir provides an excellent WebSocket support
So we decided to use Elixir Phoenix Sockets to stream responses from LLMs for Chats
Has anyone done this? what are the libraries you used? Any drawbacks on this approach?
Will SSE would be a better option than phoenix sockets?