Real time syncing and offline capabilities using OpenUI5, JsonPatch, XMPP and xxHash

This blog post contains a summary of the Github project here: https://github.com/ManuelB/XMPPJSONPatchSyncModel The OpenUI5 data model uses a node on an XMPP server to synchronize itself to different connected clients. Because of the usage of CRDT (Conflict-free replicated data type) it is easy to build offline capabilities on top of it. The XMPP server requires the Read more about Real time syncing and offline capabilities using OpenUI5, JsonPatch, XMPP and xxHash[…]