clusterhub
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -29,3 +29,3 @@ var cluster = require('cluster'); | ||
self._db.onAny(function() { | ||
var args = Array.prototype.slice.call(arguments); | ||
var args = Array.prototype.slice.call(arguments, 1); | ||
@@ -32,0 +32,0 @@ if (has(self._listeners, this.event)) { |
@@ -11,3 +11,3 @@ { | ||
], | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"repository": { | ||
@@ -14,0 +14,0 @@ "type": "git", |
@@ -1,6 +0,8 @@ | ||
# clusterhub [![Build Status](https://secure.travis-ci.org/fent/clusterhub.png)](http://travis-ci.org/fent/clusterhub) | ||
# clusterhub | ||
An attempt at giving multi process node programs a simple and efficient way to share data. | ||
[![Build Status](https://secure.travis-ci.org/fent/clusterhub.png)](http://travis-ci.org/fent/clusterhub) [![Dependency Status](https://gemnasium.com/fent/clusterhub.svg)](https://gemnasium.com/fent/clusterhub) | ||
# Usage | ||
@@ -99,7 +101,3 @@ | ||
To use with node v0.6.x look at the v0.1.x tag. | ||
npm install clusterhub@0.1.x | ||
# Tests | ||
@@ -106,0 +104,0 @@ Tests are written with [mocha](http://visionmedia.github.com/mocha/) |
Sorry, the diff of this file is not supported yet
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
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
25924
111