![github link]

Fast, scalable, high performance, minimalist, nodejs app

Dependencies

  • Onicollet/zmq
  • mongoose.js
  • mongoDB
  • Optimist

Performance

  • Subscriber zmq socket connects to the tcp://localhost:[1112] port(by default)
var subscriber = zmq.socket("sub");
subscriber.connect("tcp://localhost:1112");
subscriber.subscribe("");
console.log("Subscriber connecting to the localhost 1112...");