clusterhub
Advanced tools
Comparing version 0.2.9 to 0.2.10
@@ -11,3 +11,3 @@ { | ||
], | ||
"version": "0.2.9", | ||
"version": "0.2.10", | ||
"repository": { | ||
@@ -26,3 +26,3 @@ "type": "git", | ||
"engines": { | ||
"node": ">=0.8" | ||
"node": ">=0.12" | ||
}, | ||
@@ -29,0 +29,0 @@ "dependencies": { |
@@ -6,3 +6,3 @@ # clusterhub | ||
[![Build Status](https://secure.travis-ci.org/fent/clusterhub.svg)](http://travis-ci.org/fent/clusterhub) | ||
[![Dependency Status](https://gemnasium.com/fent/clusterhub.svg)](https://gemnasium.com/fent/clusterhub) | ||
[![Dependency Status](https://david-dm.org/fent/clusterhub.svg)](https://david-dm.org/fent/clusterhub) | ||
[![codecov](https://codecov.io/gh/fent/clusterhub/branch/master/graph/badge.svg)](https://codecov.io/gh/fent/clusterhub) | ||
@@ -36,4 +36,4 @@ | ||
* Efficient event emitter system. Clusterhub will waste no time sending an event to a process that isn't listening for it. Events from the same process of a listener will be immediately emitted. | ||
* In process database. Each hub has its own instance of a redis-like database powered by [EventVat](https://github.com/hij1nx/EventVat). | ||
* Efficient event emitter system. Clusterhub will not send an event to a process that isn't listening for it. Events from the same process of a listener will be emitted synchronously. | ||
* In process database. Each hub has its own instance of a redis-like database powered by [EventVat](https://github.com/0x00A/EventVat). | ||
* Cluster agnostic. Apps that use clusterhub will work regardless if it uses cluster or not. | ||
@@ -40,0 +40,0 @@ |
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
18980
11
501