elixir_channels_demo/README.md

16 lines
246 B
Markdown
Raw Normal View History

2022-04-07 17:23:01 +00:00
# elixir_channels_demo
2022-04-07 17:35:31 +00:00
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