0.2.0 • Published 6 years ago

clustery v0.2.0

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

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

6 years ago

0.1.2-0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.2-11

6 years ago

0.0.2-10

6 years ago

0.0.2-9

6 years ago

0.0.2-8

6 years ago

0.0.2-7

6 years ago

0.0.2-6

6 years ago

0.0.2-5

6 years ago

0.0.2-4

6 years ago

0.0.2-3

6 years ago

0.0.2-2

6 years ago

0.0.2-1

6 years ago

0.0.2-0

6 years ago

0.0.1

6 years ago