Quick and dirty example of Elixir/Phoenix website using websocket channels to communicate between JS front-end and Elixir back-end.
Go to file
Marc Planard bacbf0a3b4 update Readme 2022-04-07 19:35:31 +02:00
assets initial commit 2022-04-07 19:28:36 +02:00
config initial commit 2022-04-07 19:28:36 +02:00
lib initial commit 2022-04-07 19:28:36 +02:00
priv initial commit 2022-04-07 19:28:36 +02:00
test initial commit 2022-04-07 19:28:36 +02:00
.gitignore initial commit 2022-04-07 19:28:36 +02:00
LICENSE Initial commit 2022-04-07 17:23:01 +00:00
README.md update Readme 2022-04-07 19:35:31 +02:00
mix.exs initial commit 2022-04-07 19:28:36 +02:00
mix.lock initial commit 2022-04-07 19:28:36 +02:00

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