Packages

PLEASE USE axtioncable instead of actioncable. actioncable is moving into this new deps. link https://hex.pm/packages/axioncable

Current section

Files

Jump to
actioncable README.md
Raw

README.md

# Actioncable
## Installation
Add the :actioncable dependency to your mix.exs file
```elixir
defp deps() do
[
{:actioncable, "~> 0.1.0"}
]
```
Then, run `mix deps.get` in your shell to fetch the new dependencies.
## Usage