This is a simple Go webapp that lets you type in Graphviz graph language and display the generated image.
- Check out the gvweb repo to your $GOPATH/src/
- cd $GOPATH/src/gvweb/
- go build && ./gvweb -port=4444
See http://fiane.mooo.com:8080/graphviz/ for a running instance