Node-zk-browser
It is based on Express.js and node-zookeeper.it will display zookeeper data as a lazy load tree and display statistics and data for each path; You can create, edit, or delete paths if you log in.
Operating Environment
You must have node. JS 0.8 installed. X from Https://github.com/joyent/node/tags and NPM.
Configure the installation
First, you must install the dependency "
NPM install-d
Then edit App.js to configure your
var zkclient = new Zkclient ("localhost:2181");
Or you can pass the environment variable:
Export zk_host= "localhost:2181"
In start.sh
Edit User.json To configure your administrator account:
{"Name": "Password"}
Then start the application type command
./start.sh
NPM install-d will error when the SSL and so on, from the StackOverflow to find solutions
NPM Config set Strict-ssl false
NPM config set registry= "http://registry.npmjs.org/"
Original: http://www.52itstyle.com/thread-26201-1-1.html