A simple WebSocket client example built with Elm 0.19.
From the frontend/
directory in which this README is, compile the application with:
elm make src/Main.elm --output elm.js
Then, point your browser to the location of index.html
.
A simple WebSocket client example built with Elm 0.19.
From the frontend/
directory in which this README is, compile the application with:
elm make src/Main.elm --output elm.js
Then, point your browser to the location of index.html
.