WebSockets: Faye

Greetings, Webix Team!

Upon reading the Webix Documentation, I stumbled upon a webix feature called WebSockets: Faye. I tried downloading the demo provided in order to experiment. However, I am getting a “Bad Request”. I tried running a NodeJS server, but still, I am getting the error. Is there a fix or at least a detailed instruction on how to run the sample regarding live server update.

Here is the link on the said topic: https://docs.webix.com/desktop__server_faye.html

Cheers

I solved the issue. Since I am running the server on localhost:3000, I changed all the source code to have a value of localhost:3000. By default, the source code has a value of localhost:8000, both the index.html and server.js