Yex
Yjs port for Elixir using y-crdt
A demo using the phoenix framework can be found here.
Installation
def deps do
[
{:y_ex, "~> 0.6.0"}
]
endFeature parity
| yjs <br/>(13.6) | yrs<br/>(0.18) | y_ex<br/>(0.10.2) | |
|---|---|---|---|
| YText: insert/delete | ✅ | ✅ | ✅ |
| YText: formatting attributes and deltas | ✅ | ✅ | ✅ |
| YText: embeded elements | ✅ | ✅ | ✅ |
| YMap: update/delete | ✅ | ✅ | ✅ |
| YMap: weak links | ✅ <br/> <small>(weak-links branch)</small> | ✅ | ✅<br/> <small>(experimental)</small> |
| YArray: insert/delete | ✅ | ✅ | ✅ |
| YArray & YText quotations | ✅ <br/> <small>(weak links branch)</small> | ✅ | ✅<br/> <small>(experimental)</small> |
| YArray: move | ✅ <br/> <small>(move branch)</small> | ✅ | ✅ |
| XML Element, Fragment and Text | ✅ | ✅ | ✅ |
| Sub-documents | ✅ | ✅ | ✅<br/> <small>(experimental)</small> |
| Shared collections: observers | ✅ | ✅ | ✅ |
| Shared collections: recursive nesting | ✅ | ✅ | ✅ |
| Document observers | ✅ | ✅ | ✅ |
| Transaction: origins | ✅ | ✅ | ✅ |
| Snapshots | ✅ | ✅ | ❌ |
| Sticky indexes | ✅ | ✅ | ✅ |
| Undo Manager | ✅ | ✅ | ✅ |
| Awareness | ✅ | ✅ | ✅ |
| Network provider: WebSockets | ✅ <br/> <small>(y-websocket)</small> | ✅ <br/> <small>(yrs-warp)</small> | ✅ <br/> <small>(y-phoenix-channel)</small> |
| Network provider: WebRTC | ✅ <br/> <small>(y-webrtc)</small> | ✅ <br/> <small>(yrs-webrtc)</small> | ❌ |
git tag v0.10.5 git push origin v0.10.5