Streaming Chat Responses (No Xano Backend)

Hi All

I’m building an app, I have my backend built and API endpoint set up using Express. The backend includes a LangChain AI Agent with streaming enabled.

I see lots of into on have to enable streaming responses with Xano, but nothing else.

Has anyone been able to enable streaming responses either directly via the AI provider or with a custom backend? If so, please can you share some pointers?

Right now, it looks like a custom component will be needed?

Cheers
Wayne

Hi Wayne :waving_hand:

I don’t have experience with streaming.

What have you learned so far?
And where exactly are you hitting a roadblock?

Hi @Agustin_Carozo

I’ve got it working within a custom chat component I’m developing. Works quite well so far, just figuring out a way to have an MCP server toolbar attached to it so we can see what it’s connected too.

I might share the component once complete, as I’m just it will be useful to the community.