Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 388 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 388 Bytes

haproxy-visualizer

Simple tool for visualizing haproxy config

This tool was created from a need to visualize a complex haproxy config with multiple frontends that linked to multiple backends

Live version of the tool is available at https://hoerup.github.io/haproxy-visualizer/

devel notes

  • npm install
  • browserify main.js -o bundle.js OR
  • watchify main.js -o bundle.js