An experimental websocket powered Elm app created for learning purposes.
Ensure you have elm, and the whole elm suite installed, and node and yarn or at least npm installed.
yarn install
elm-package install
node ws-server.js #starts server on port 1337
elm-app start
Note: The elm suite will include elm-repl, elm-package, and elm-app.
