Code for live updating graph in Elm
- GraphQL server in Go
- Elm frontend, with my basic websocket port
Pre-requisites
Elm 0.19, Go and Docker
Run
make
- Visit http://localhost:5000/ for the demo -- type
hello world
into the text area and the graph will go up as you typed correctly (try multiple, concurrent browser tabs) - Visit http://localhost:5000/graphiql.html for GraphiQL interface