# Ports to other languages

## Y-CRDT

Y-CRDT is a Yjs-compatible Rust implementation. The main objective of this project is to create language bindings to other languages like **WASM, Ruby, Python, Swift,** and **Java**. The project contains the most up-to-date information:

{% embed url="<https://github.com/y-crdt/y-crdt/>" %}

## Y-Octo

There is yet another port of Yjs to the Rust language. This one focuses on thread-safety.

{% embed url="<https://crates.io/crates/y-octo>" %}

## Ycs

This is a very early port of the Yjs algorithm to C#.&#x20;

{% embed url="<https://github.com/yjs/ycs>" %}
C# port of Yjs
{% endembed %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.yjs.dev/ecosystem/ports-to-other-languages.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
