Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 467 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 467 Bytes

ZeroMQ.js Next Generation

Next generation ØMQ bindings for Node.js. The goals of this library are:

  • Semantically as similar as possible to the native ØMQ library.
  • High performance.
  • Use modern JavaScript and Node.js features such as async/await and async iterators.
  • Fully usable with TypeScript.

This library has now been merged back into ZeroMQ.js.