Quick and dirty example of Elixir/Phoenix website using websocket channels to communicate between JS front-end and Elixir back-end.
assets | ||
config | ||
lib | ||
priv | ||
test | ||
.gitignore | ||
LICENSE | ||
mix.exs | ||
mix.lock | ||
README.md |
elixir_channels_demo
Quick and dirty example of Elixir/Phoenix website using websocket channels to communicate between JS front-end and Elixir back-end.
Quick Startup:
mix deps.get
Then:
mix phx.server
or:
iex -S mix phx.server