Support for wss socket.io on external collections

We have an external collection whose GET results are being updated in real-time; how can the UI receive notifications to update the collection; we use web sockets via socket.io on the backend. Thx!

You might try using a custom list with the advanced feature of refresh in real time.

1 Like

@bwmarcos did you get this working? Has anyone else in the community? Is anyone else using WebSockets in their front ends?

We have a WebSockets requirement too. Our current thinking is to put the WebSockets data stream into our Adalo DB and Auto-refresh as @ashley suggests.

Would be good to know if anyone is doing this, or something else, and the potential impact on performance?