My little Elm chat Learning to build a true Elm app based on Elm's websocket example (here) Installation and use 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