JustinTulloss / zeromq.node

Node.js bindings to the zeromq library
MIT License
1.65k stars 286 forks source link

How do we include zeromq so we can bundle the Node application? #604

Open trusktr opened 6 years ago

trusktr commented 6 years ago

I need to make a zip folder of my node (Electron) application and send it to someone, and I'd like to avoid them having to install the ZeroMQ library.

Is there a way to bundle ZeroMQ inside the project?

trusktr commented 6 years ago

We can achieve this with the zeromq package.