0.2.0 • Published 7 years ago
clustery v0.2.0
Clustery
A node cluster manager
Introduction
The goal of clustery is to make the whole process of building a project or application using a cluster less confusing and easier.
Clustery will do 2 things for you: 1. Create a cluster given a array of worker id 2. Exposes process events through a simplier api
How to use
const cluster = new Clustery([ 'app', 'cache' ])
switch (cluster.which()) {
case 'app': require('./workers/app'); break
case 'cache': require('./workers/cache'); break
}
0.2.0
7 years ago
0.1.2-0
7 years ago
0.1.1
7 years ago
0.1.0
7 years ago
0.0.2-11
7 years ago
0.0.2-10
7 years ago
0.0.2-9
7 years ago
0.0.2-8
7 years ago
0.0.2-7
7 years ago
0.0.2-6
7 years ago
0.0.2-5
7 years ago
0.0.2-4
7 years ago
0.0.2-3
7 years ago
0.0.2-2
7 years ago
0.0.2-1
7 years ago
0.0.2-0
7 years ago
0.0.1
7 years ago