y-crdt / y-octo

CRDT implementation which is compatible with https://github.com/yjs/yjs
https://octobase.pro/
Other
187 stars 5 forks source link

Explainer #41

Open MentalGear opened 6 months ago

MentalGear commented 6 months ago

I feel like this libraries readme could better explain how exactly it is different from the normal Y.js library.

For example, by comparing data or use-cases. It's quite foggy right now.

Brooooooklyn commented 6 months ago

In terms of functionality, y-octo is the Rust implementation of yjs, which means that we aim to encode and decode data generated by yjs within the Rust language environment. Yjs is predominantly utilized within browsers and Node.js; however, our goal is to extend this capability to handle yjs data in additional contexts, such as on iOS and Android platforms.