Data refresh in all clients

0
Hey there, what ways are there to exchange data between clients in near real time? For pulling you can set a refresh time in the template grid. I haven't yet found a good option for pushing with automatic refresh in all clients. I took a look at the pusher module, but that didn't work as expected either (maybe I had an error in the usage of the module). My idea would be that if user A creates or changes an object, this change will not only appear immediately in his list/table/..., but also for user B without having to do a manual page refresh. What would be your approaches? Best regards
asked
1 answers
1

Hi Simone,

 

With the EZ Websocket module you can trigger an action to all the clients that are working with the specific object. The clients will be updated without doing a manual page refresh.

 

https://marketplace.mendix.com/link/component/205276

 

Kind regards,

Bjarn

 

answered