简体   繁体   中英

Node.js - NPM package zmq vs zeromq

I found these two bindings of ZMQ for Node.js. It seems, that both offer an equivalent API. Does anyone know pros and/or cons?

https://www.npmjs.com/package/zeromq points to this github repo https://github.com/zeromq/zeromq.js which is maintained by the official zeromq project.

If the api is equivalent then choose the project that has the most incentive to keep up to date and support customers (such as yourself).

In this case, use the more official client.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM