A simple chat using WebSocket - Live demo
Download dependences
npm install
mix deps.get
Run application with iex
iex -S mix
Default PORT is 4000 set in file chat.ex
Open browser in localhost:4000/index.html
Enjoy 😄
A simple chat using WebSocket - Live demo
Download dependences
npm install
mix deps.get
Run application with iex
iex -S mix
Default PORT is 4000 set in file chat.ex
Open browser in localhost:4000/index.html
Enjoy 😄