Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 234 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 234 Bytes

node-zk: a native port of the Zookeeper network protocol to Node.js

TODO:

  • Figure out PING
  • Low level ZK api.
  • Single Connection
  • Pooled / Cluster client connection.
  • Higher level ZK recipes:
  • Lock
  • Election
  • Queue