Current section
Files
Jump to
Current section
Files
README.md
# Yex
[](https://github.com/satoren/y_ex/actions/workflows/elixir.yml)
[](https://coveralls.io/r/satoren/y_ex?branch=master)
[](https://hex.pm/packages/y_ex)
[](https://hex.pm/packages/y_ex)
[](https://github.com/satoren/y_ex/blob/master/LICENSE)
[](https://github.com/satoren/y_ex/commits/master)
[Yjs](https://yjs.dev/) port for Elixir using [y-crdt](https://github.com/y-crdt/y-crdt)
A demo using the phoenix framework can be found [here](https://github.com/satoren/y-phoenix-channel).
## Installation
```elixir
def deps do
[
{:y_ex, "~> 0.6.0"}
]
end
```