Graphviz on WEB

October 8, 2015 ยท View on GitHub

This is GraphvizWeb. It will be drawn in real time as you enter text.

.. image:: https://raw.githubusercontent.com/hythof/graphviz_web/master/docs/example.png :alt: Browser image :width: 844 :height: 716 :align: center

Install(Ubuntu)

::

sudo apt-get install graphviz
sudo apt-get install git
sudo apt-grt install golang
git clone https://github.com/hythof/graphviz_web.git
cd graphviz_web/src/
go run server.go

Access the browser http://localhost:8888/

Reference

Graphviz - Graph Visualization Software http://www.graphviz.org/

License

GPL v3 https://raw.githubusercontent.com/hythof/graphviz_web/master/LICENSE