• Stars
    star
    135
  • Rank 269,297 (Top 6 %)
  • Language
    C#
  • License
    MIT License
  • Created about 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A compatible .Net implementation of the Yjs CRDT framework.

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