Skip to content

yjs/ycs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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