oetiker / callbackery

Callbackery a Frontend Builder Toolkit
GNU General Public License v3.0
11 stars 10 forks source link

Push updates to frontend #177

Closed zmughal closed 2 years ago

zmughal commented 3 years ago

I'm not sure where to ask this question, but I'm relatively new to Qooxdoo and trying out CallBackery.

I was wondering if there is a way to use CallBackery to send updates as the backend does other things. For example, a long-running series of tasks and as each task completes, update a specific row of a table widget, then when all are finished, enable a button. I would want to do this without having the user hit a "Refresh data" button.

Usually I would use a WebSocket with Mojolicious for this.

oetiker commented 3 years ago

There is an pseudo action button which reloads a form at regula intervals ... at the moment there is no web socket option.