Proxy Websockets (with filter) Update?

Hello,

are there any updates regarding a sample with a webix websockets-proxy?
I am trying to get websockets (actually feathers js) to work with filters attached. This proxy should listen to events which updates connected views on all connected users (multi user app with auth service).

Thanks,
Martin

Hi Martin,

We have included a sample of a websocket proxy into the latest package (Webix 6.3.1):

https://docs.webix.com/samples/40_serverside/04_websockets/01_websockets.html

Please fetch the package and run samples locally:

npm install
npm run server 

The backend for this sample is available in the “backend/websockets.js” file.