From f8c9de52a9bdd93e73d77592e98baddec8df1f42 Mon Sep 17 00:00:00 2001 From: Ian Chechin Date: Mon, 8 Jun 2026 12:22:51 +0800 Subject: [PATCH] docs(ports): add Deln0r/ygo to ports-to-other-languages --- ecosystem/ports-to-other-languages.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ecosystem/ports-to-other-languages.md b/ecosystem/ports-to-other-languages.md index dd4dabd..ec62a64 100644 --- a/ecosystem/ports-to-other-languages.md +++ b/ecosystem/ports-to-other-languages.md @@ -16,6 +16,14 @@ A pure Go port of Yjs. Wire-compatible with the JavaScript reference (V1/V2 upda Go port of Yjs {% endembed %} +## ygo (Deln0r/ygo) + +Pure-Go port of Yjs, byte-for-byte wire-compatible with the JavaScript reference in both V1 and V2 update formats, verified bidirectionally by a 114-scenario cross-language fixture suite against yjs@13.6.x. Hocuspocus-compatible WebSocket server, SQLite persistence, UndoManager, iOS/Android via gomobile, no CGO. + +{% embed url="https://github.com/Deln0r/ygo" %} +Go port of Yjs +{% endembed %} + ### Work in progress {% embed url="https://github.com/yjs/yrs" %}