File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33[ ![ Latest version] ( https://img.shields.io/npm/v/zeromq?label=version )] ( https://www.npmjs.com/package/zeromq )
44
5- ## ⚠️ Version 6.0.0 (in beta) features a brand new API that solves many fundamental issues and is recommended for new projects. ⚠️
6-
7- ## ⚠️ For the current stable version see the [ 5.x branch] ( https://github.com/zeromq/zeromq.js/tree/5.x ) ⚠️
8-
95[ ØMQ] ( http://zeromq.org ) bindings for Node.js. The goals of this library are:
106
117- Semantically similar to the [ native] ( https://github.com/zeromq/libzmq ) ØMQ
4339Install ** ZeroMQ.js** with prebuilt binaries:
4440
4541``` sh
46- npm install zeromq@6.0.0-beta.20
42+ npm install zeromq
4743```
4844
4945Requirements for using prebuilt binaries:
Original file line number Diff line number Diff line change 11{
22 "name" : " zeromq" ,
3- "version" : " 6.0.0-beta.21 " ,
3+ "version" : " 6.0.0" ,
44 "description" : " Next-generation ZeroMQ bindings for Node.js" ,
55 "main" : " lib/index.js" ,
66 "types" : " lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments