Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 782 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 782 Bytes

Ycs

A compatible .Net implementation of the Yjs CRDT framework.

With this, you can host CRDTs in your .Net application and synchronize them with the existing Yjs models running elsewhere.

Latest tested Yjs version: 13.4.14.

Supports Y.Array, Y.Map, Y.Text, but does not yet support Y.Xml types.

Demo

Client: Yjs, MonacoEditor, SignalR.

Server: Ycs, SignalR, AspNetCore.

img