How do I set up instant synchronisation in a native Mendix application?
0
Hello community, I'm currently working on a native Mendix application and I'm looking to implement an instant synchronisation system with the server. The aim is for changes or additions made by a user to be immediately reflected on the server and visible to other users without waiting for manual synchronisation. I wonder what the best practices are for : -Trigger automatic synchronisation after each local change - Ensure good performance without overloading the network -Manage potential conflicts between local and server data. If you've already implemented an effective solution or if you know of any modules that facilitate this type of synchronisation, I'd love to hear from you! Thanks in advance for your feedback and suggestions.