Skip to content

Commit 720ff56

Browse files
rgbkrklgeiger
authored andcommitted
Provide background on zeromq.js
1 parent 18de65c commit 720ff56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,3 +217,7 @@ prebuilds are uploaded, run the following to publish the release:
217217
```bash
218218
npm publish
219219
```
220+
221+
## Background
222+
223+
This codebase largely came from the npm module `zmq` and was, at one point, named `nteract/zmq-prebuilt`. It started as a community run fork of `zmq` that fixed up the build process and automated prebuilt binaries. In the process of setting up a way to do statically compiled binaries of zeromq for node, `zmq-static` was created. Eventually `zmq-prebuilt` was able to do the job of `zmq-static` and it was deprecated. Once `zmq-prebuilt` was shipping for a while, allowed building from source, and suggesting people use it for electron + node.js, the repository moved to the zeromq org and it became official.

0 commit comments

Comments
 (0)