Leon Pegg
Leon Pegg
I have fixed up a few issues with the Dockerfile's adding system dbus daemon and also a mate desktop version. Changes allow for the use of ubuntu software center and...
Even though the code in the library is quite easy to understand, it might be worth considering adding jsdoc comments. I would happily do this if others agree its a...
add auto discovery to broker workers and clients as an option this will allow much faster deployment with less configuration. My recommendation would be to use http://rfc.zeromq.org/spec:20
ZAP
I know adding zap support is on the roadmap and that zmq-zap is still in the unstable state, But I would like to give a crack at implementing it. I...
example = function () { var params = ducky.params("config", arguments, { scope: { valid: "boolean" }, key: { valid: /^[a-z][a-z0-9_]*$/ }, value: { def: undefined, valid: "object" }, force: {...
It would be nice if the zeromq library was statically linked into the node binding. this would reduce the amount of install problems