After reading all available documentation about data loading and storing, I already need a possibility to activly push / or pull from client for new information on server. (For updating progress bars, or log file live view, etc.).
I couldn’t find anything appropriate in that direction. Have I missed anything?
Is there s sample for a chat application?
may be helpful, event though it is deprecated
https://docs.webix.com/desktop__server_faye.html
Faye proxy is going to be deprecated in 7.0, but will still be available as a separate module on Github.
Instead, you can use a pure Web socket solution described in the following blog article:
https://blog.webix.com/websocket-real-time-data-updates-for-webix-widgets/