From e415eb2bcb7a2f660a05d5595343613d165cbcab Mon Sep 17 00:00:00 2001 From: Nimit Bhandari Date: Wed, 20 May 2026 18:22:00 +0530 Subject: [PATCH] Add ygo (Go port of Yjs) to Ports to other languages ygo is a pure-Go port of Yjs at https://github.com/reearth/ygo, MIT-licensed, V1+V2 wire-compatible with yjs@13.x (verified by the TestCompat fixture suite). Active development for 14 months, currently at v1.11.1, in production use at re:earth. --- ecosystem/ports-to-other-languages.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ecosystem/ports-to-other-languages.md b/ecosystem/ports-to-other-languages.md index a552614..09bb3ee 100644 --- a/ecosystem/ports-to-other-languages.md +++ b/ecosystem/ports-to-other-languages.md @@ -8,6 +8,10 @@ description: Yjs has been ported to other languages. C# port of Yjs {% endembed %} +{% embed url="https://github.com/reearth/ygo" %} +Go port of Yjs +{% endembed %} + ### Work in progress {% embed url="https://github.com/yjs/yrs" %}