Websockets APIs

Hi bubble community,

I am working on a project using Bubble and need to integrate an AI API into my application that relies on WebSockets for real-time functionalities like live transcription. Since Bubble doesn’t support WebSockets, I’m exploring other solutions. Are there any ways to make it possible by nocode or low code ways?

I would greatly appreciate it if you could address my question.

Thank you!

I’m looking for a similar solution if anyone has any tips/tricks.

I used Ably.

You’ll need to build a client-side plugin that “subscribes” to a channel. Obviously, you’ll need to publish some data through that channel as well (where ever that happens in your app).

Demo using Ably.

2 Likes