🤖 Stream Xano response

To receive a streaming response from Xano in WeWeb, you can now trigger a standard Xano `Request` action in a WeWeb workflow. 

Just ensure two things:

1. The selected `Content type` is `text/event-stream`.

2. You created (and selected) a WeWeb array variable where you can store the streaming response.

Common use cases include:

  • AI chatbots.
  • Large datasets.
  • Real-time updates.
  • Long-running operations.
  • Improve perceived performance.

When not to use streaming:

  • small responses.
  • Client limitations.
  • Simple CRUD operations.
  • Atomic operations (when the entire operation needs to succeed or fail as a unit, streaming partial results might not be appropriate).

Learn how to leverage Xano streaming responses in WeWeb.

Start building for free

Sign up now, pay when you're ready to publish.