add-dot-diagram
v0.9.6
Published
Class that adds a HTTP server and then can print out GraphViz/DOT messages
Downloads
2
Readme
Add Cool Dot Visualizations to your Projects...
Like so...
var dataView = require('./index.js');
var sendDataToDataView = dataView(5050); // Listen on port 5050
sendDataToDataView('digraph x { a -> b -> x -> y }'); // Send a diagram!