Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 307 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 307 Bytes

Frontend

A simple WebSocket client example built with Elm 0.19.

Developer guide

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.