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