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