Fluid Framework 2.0 Beta: SharedTree Distributed Data Structure and SharePoint Embedded
Briefly

The beta introduces the SharedTree Distributed Data Structure (DDS) for an intuitive programming interface supporting various data types, along with support for SharePoint Embedded, enabling developers to retain collaborative data within a Microsoft 365 tenant.
The Fluid Framework is a free and open-source library for building distributed, real-time collaborative web applications using JavaScript or TypeScript, it enables real-time collaboration through user-friendly data structures automatically synchronized across clients, managing the difficulties of syncing and merging changes from multiple sources.
The SharedTree Distributed Data Structure (DDS) offers an intuitive programming interface for working with various data types, such as objects, arrays, and maps. This structure aligns with established developer patterns for local data structures, allowing for remote alterations while ensuring synchronization through the Fluid Framework. SharedTree includes advanced merge semantics for array operations, along with features like atomic move operations, simplifying collaborative data manipulation.
Read at InfoQ
[
]
[
|
]