https://github.com/rolftimmermans/zeromq-ng
⚡️ Next-generation Node.js bindings to the ZeroMQ library
https://github.com/rolftimmermans/zeromq-ng
concurrency messaging nodejs zeromq zmq
Last synced: 2 months ago
JSON representation
⚡️ Next-generation Node.js bindings to the ZeroMQ library
- Host: GitHub
- URL: https://github.com/rolftimmermans/zeromq-ng
- Owner: rolftimmermans
- License: mit
- Created: 2017-10-03T15:32:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-04T16:03:12.000Z (over 5 years ago)
- Last Synced: 2025-03-27T10:21:21.903Z (3 months ago)
- Topics: concurrency, messaging, nodejs, zeromq, zmq
- Language: TypeScript
- Homepage: http://zeromq.github.io/zeromq.js/
- Size: 3.17 MB
- Stars: 46
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ZeroMQ.js Next Generation
Next generation [ØMQ](http://zeromq.org) bindings for Node.js. The goals of this library are:
* Semantically as similar as possible to the [native](https://github.com/zeromq/libzmq) Ø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](https://github.com/zeromq/zeromq.js).**