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 836e828371 initial commit 2022-04-07 19:28:36 +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 Initial commit 2022-04-07 17:23:01 +00: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.