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
8 years ago
0.0.2-10
8 years ago
0.0.2-9
8 years ago
0.0.2-8
8 years ago
0.0.2-7
8 years ago
0.0.2-6
8 years ago
0.0.2-5
8 years ago
0.0.2-4
8 years ago
0.0.2-3
8 years ago
0.0.2-2
8 years ago
0.0.2-1
8 years ago
0.0.2-0
8 years ago
0.0.1
8 years ago