File tree Expand file tree Collapse file tree 3 files changed +2
-82
lines changed Expand file tree Collapse file tree 3 files changed +2
-82
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Latest version] ( https://img.shields.io/npm/v/zeromq?label=version )] ( https://www.npmjs.com/package/zeromq )
4
4
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
-
9
5
[ ØMQ] ( http://zeromq.org ) bindings for Node.js. The goals of this library are:
10
6
11
7
- Semantically similar to the [ native] ( https://github.com/zeromq/libzmq ) ØMQ
43
39
Install ** ZeroMQ.js** with prebuilt binaries:
44
40
45
41
``` sh
46
- npm install zeromq@6.0.0-beta.20
42
+ npm install zeromq
47
43
```
48
44
49
45
Requirements for using prebuilt binaries:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zeromq" ,
3
- "version" : " 6.0.0-beta.21 " ,
3
+ "version" : " 6.0.0" ,
4
4
"description" : " Next-generation ZeroMQ bindings for Node.js" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments