rust-websocket-elm-prototype Prototype to asses the feasability to serve Elm code from rust which connect to the server with a websocket Building the client In order to build the client the following command should be executed: elm make client/Main.elm --output static/js/client.js