Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions ecosystem/ports-to-other-languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ description: Yjs has been ported to other languages.
C# port of Yjs
{% endembed %}

## ygo

A pure Go port of Yjs. Wire-compatible with the JavaScript reference (V1/V2 update codecs, awareness, snapshot), with the full CRDT engine (YArray, YMap, YText with rich-text formatting and embeds, YXml\*), built-in WebSocket and HTTP sync transports, and an UndoManager. In production at Re:Earth.

{% embed url="https://github.com/reearth/ygo" %}
Go port of Yjs
{% endembed %}

### Work in progress

{% embed url="https://github.com/yjs/yrs" %}
Expand Down