NPM plugin to install websockets

I have read that in order to have Xano changes updated automatically on the frontend is needed Websockets.

Using the NPM plugin for installing websockets something feasible and functional for this use case?

image

There is no need to install a package to work with websockets on the client (on Weweb in this case). The browser has already everything you need. More info here.
Of course websockets need both a client and a server to work, so the main thing is that Xano needs to implement websockets first. My understanding is that at the moment Xano does not support realtime data so there isn’t anything that you can install for that. There are third party services providing this functionality and some of them have helper libraries that you can use on the client.

2 Likes

Thank you so much for the context! I get it, so right now Xano doesn’t hae this capability.

1 Like