/my_little_elm_chat

Learning Elm by extending Elm's standard chat example

Primary LanguageElm

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