Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 185 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 185 Bytes

zookeeper admin

simple zookeeper admin

build

bower
npm install
node app

run

./start.sh

config

{
  "zk": "localhost:2181",
  "port": 8080
}