0.0.3 • Published 11 years ago

node-zookeeper-hd v0.0.3

Weekly downloads
5
License
-
Repository
github
Last release
11 years ago

node-zookeeper-hd

Higher level (normalized) client for Zookeeper.

SimpleClient:

  • normalize function names ( get vs a_get )
  • normalize callback signatures to common nodejs callback structures (error, results)
  • exists returns true/false

PlusClient:

  • createOrUpdate
  • createPathIfNotExist

Various

MIT Licensed

Source is in coffee script, but is delivered as plain .js

Semantic Versioning

Grunt is used for automation