Skip to content

Zookeeper <--> WebSocket service bridge written with Node.JS and Socket.IO

Notifications You must be signed in to change notification settings

sunnycode/zkws-server-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

WebSocket bridge for ZooKeeper

Used for fast failover and dynamic configuration.

Point this server at a ZooKeeper cluster. Point UpdateClient instances at this server instance.

Clients will receive data values upon connecting, as well as after any disconnect/reconnect operations.

Usage

node lib/zkws-server.js 8080 'localhost:2181'

  • The first argument is the port to listen on
  • The second argument is the zookeeper connection string

About

Zookeeper <--> WebSocket service bridge written with Node.JS and Socket.IO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published