Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 448 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 448 Bytes

Graphviz Web: Web Interface to Graphviz

The graphviz-web is a web interface to Graphviz, the open source graph visualization software.

This contains two components, graphviz-frontend and graphviz-api. The frontend is a go application that serves the HTML pages and the graphviz-api is a python API that calls the graphviz command and returns the rendered image.

See the respective directories for usage instructions.