How to get live data from databse

0
I have a programe that is writting machine-data to a database.  How can i load this data now in realtime in Mendix without always have to refresh the page? Of couse i can load the data once and display it, but when a status for example has changed, it’s not automaticly working. I’ve loocked also already to the Microflow Timer in the marketplace but was not working for me
asked
1 answers
0

You would have to make use of websockets to achieve that. Either implement your own (https://docs.mendix.com/refguide/websockets-in-runtime/), or have a look at the Mendix markeplace, there are several modules available.

answered