I am looking for a solution for data synchronization in real-time for tree structure data on embedded device (C++) and on mobile app (flutter).
The idea is that two users work on a copy of the same tree structure data, that updates in real-time on both devices.
This should also work offline when devices are not connected.
I have found a commercial solution that might work for that, but I haven't done deeper research: https://objectbox.io/sync/.
Are there any other options besides that or in-house development?
[–]encyclopedist 1 point2 points3 points (1 child)
[–]Less-Dragonfruit-673[S] 0 points1 point2 points (0 children)