Hello Jay! I'm the original author of zeromq/goczmq, and I've used pebbe/zmq4 as well. I'll do my best to answer your questions!
1. Both pebbe/zmq4 and zeromq/goczmq support ZeroMQs security features. 2. The performance in my experience is reasonably the same. The main difference in my mind is zeromq/goczmq wraps czmq, which is a C library on top of libzmq which provides some higher level services than straight libzmq provides. pebbe/zmq4 directly binds libzmq. Which library you use probably depends most on which API you prefer and whether you want some of the add-ons to libzmq that czmq provides. Cheers, Brian On Wed, Sep 27, 2017 at 10:49 AM Jay Sharma <jaysharma...@gmail.com> wrote: > Hello All, > > I want to use go binding of zeromq. > From official website I came to know about 2 available go bindings for > zeromq: > > https://github.com/zeromq/goczmq > http://github.com/pebbe/zmq4 > > I am bit confused which one to use. I have some questions: > > 1. Which binding is supporting full "Security feature" ? > > 2. Which binding is having better performance. Is any profiling for these > 2 binding? > > Any help will be appreciated. > Thanks in advance. > > _______________________________________________ > zeromq-dev mailing list > zeromq-dev@lists.zeromq.org > https://lists.zeromq.org/mailman/listinfo/zeromq-dev >
_______________________________________________ zeromq-dev mailing list zeromq-dev@lists.zeromq.org https://lists.zeromq.org/mailman/listinfo/zeromq-dev