In UI Builder, I’m seeing a lot of blocks in the section “Real Time API”. I know this documentation, but there some blocks for which I cannot deduce what they are (hope I did not miss something in the docs). These blocks are about
channel commands. What is this?
shared Objects. What is this?
Further, what is the lifetime of a listener If I’m adding one with an Add-Block in UI Builder? Does it survive a page refresh, or navigation step?
Is a listener once created active only for this page, or for the whole application?
If I would shift the listener handling into backend service, how could I refresh web pages (or catch events there) if a RT event is catched by my server code?
Maybe there are good links to existing documentation, which I’m not aware of.
Thanks,
You didn’t miss anything, the documentation hasn’t been added to these blocks yet. We will do it soon.
About your third and fourth points: The lifetime of the listener is the same as in the usual code, as long as the program is running. The created listener will work until the application is restarted or only If the listener was not removed intentionally it will work.
About your last point:
If I would shift the listener handling into backend service, how could I refresh web pages (or catch events there) if a RT event is catched by my server code?
Could you please specify in more details your case.
Has documentation been added for the Codeless Real Time API yet?
I stepped through each section of the “Backendless Codeless Development Guide” but it still seems to end with the Network and Errors API.