From c3ba8173d77fc6f7e24e2729e695971c0afe194c Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Tue, 9 Jun 2015 18:10:11 +0200 Subject: [PATCH] added v0.6 info note --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 43512030..3f759ee4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # ![Yjs](http://y-js.org/files/layout/yjs.svg) +Note: This branch implements IndexedDB / Redis to store operations. This is highly experimental!!!! + [![Build Status](https://travis-ci.org/y-js/yjs.svg)](https://travis-ci.org/y-js/yjs) Yjs is a framework for optimistic concurrency control and automatic conflict resolution on arbitrary data types. The framework implements a new OT-like concurrency algorithm and provides similar functionality as [ShareJs] and [OpenCoweb]. Yjs was designed to handle concurrent actions on arbitrary complex data types like Text, Json, and XML. We provide a tutorial and some applications for this framework on our [homepage](http://y-js.org/).