support for circular structures (e.g. with JSON)

This commit is contained in:
DadaMonad
2015-02-24 16:09:42 +00:00
parent fea6de3bf9
commit 3ba89edf7d
13 changed files with 434 additions and 939 deletions

View File

@@ -7,7 +7,7 @@ Yjs is a framework for optimistic concurrency control and automatic conflict res
In the future, we want to enable users to implement their own collaborative types. Currently we provide data types for
* Text
* Json
* Json (even circular structures)
* XML
Unlike other frameworks, Yjs supports P2P message propagation and is not bound to a specific communication protocol. Therefore, Yjs is extremely scalable and can be used in a wide range of application scenarios.