update Readme
This commit is contained in:
parent
836e828371
commit
bacbf0a3b4
14
README.md
14
README.md
@ -1,3 +1,15 @@
|
|||||||
# elixir_channels_demo
|
# 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 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
|
||||||
|
Loading…
Reference in New Issue
Block a user