Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "1", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Clustering module based on 0MQ", | ||
@@ -9,12 +9,23 @@ "main": "index.js", | ||
}, | ||
"repository": "", | ||
"repository": "git@github.com:IndigoUnited/node-1.git", | ||
"keywords": [ | ||
"ØMQ", | ||
"0mq", | ||
"zeromq", | ||
"cluster", | ||
"mq", | ||
"message", | ||
"queue", | ||
"nodes" | ||
"nodes", | ||
"distributed" | ||
], | ||
"author": "Marco Oliveira", | ||
"license": "MIT" | ||
"author": "Indigo United", | ||
"license": "MIT", | ||
"dependencies": { | ||
"mdns": "~1.1.0", | ||
"zmq": "~2.2.0", | ||
"mout": "~0.2.0", | ||
"node-uuid": "~1.4.0", | ||
"async": "~0.1.22" | ||
} | ||
} |
@@ -1,3 +0,33 @@ | ||
# 1 | ||
# 1 ( *One* ) | ||
Clustering module based on 0MQ | ||
Distributed message queue based on [ØMQ](http://www.zeromq.org/). | ||
-------------------------------------------------------------------------------- | ||
## Getting started | ||
Take a look at `bin/one.js`. | ||
## Installing | ||
Before you install the module through NPM, using `npm install 1`, make sure you | ||
take care of the instructions below. | ||
**Note:** If you are installing on a system that is not covered by these | ||
instructions, and manage to install, please share your instructions, so we can | ||
improve the documentation. | ||
### Linux | ||
Installing on debian-like operating systems, requires that you run the | ||
following: | ||
``` | ||
# apt-get install libavahi-compat-libdnssd-dev libc-ares2 libzmq-dev | ||
``` | ||
### MacOS X | ||
You will need [XCode command line tools](http://developer.apple.com/library/ios/#documentation/DeveloperTools/Conceptual/WhatsNewXcode/Articles/xcode_4_3.html) | ||
to install *One* on MacOS X, since it depends on | ||
[mdns](https://npmjs.org/package/mdns) and [zmq](https://npmjs.org/package/zmq). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
17223
9
369
34
5
2
+ Addedasync@~0.1.22
+ Addedmdns@~1.1.0
+ Addedmout@~0.2.0
+ Addednode-uuid@~1.4.0
+ Addedzmq@~2.2.0
+ Addedasync@0.1.22(transitive)
+ Addedmdns@1.1.0(transitive)
+ Addedmout@0.2.0(transitive)
+ Addednode-uuid@1.4.8(transitive)
+ Addedzmq@2.2.0(transitive)