Learning to build a true Elm app based on Elm's websocket example (here)
- Clone the chat client (this repository)
- Compile to Javascript with this command:
elm make src/App.elm --output chat.js
- Run chat server
- Open file
chat.html
Learning to build a true Elm app based on Elm's websocket example (here)
elm make src/App.elm --output chat.js
chat.html