0.1.6 • Published 13 years ago

rack v0.1.6

Weekly downloads
5
License
-
Repository
github
Last release
13 years ago

NodeJS Cluster Abstraction Layer

This is an abstraction layer based on EventEmitter to provide a simple way of dealing with cluster support added on v0.6 of NodeJS.

Install

npm install rack

Usage

var rack = require("rack").create();

rack.on("master-start", function () {
    console.log("master starting..");
});
rack.on("worker-start", function () {
    console.log("worker starting..");
});
rack.start();
0.1.6

13 years ago

0.1.5

13 years ago

0.1.4

13 years ago

0.1.3

14 years ago

0.1.2

14 years ago

0.1.1

14 years ago

0.1.0

14 years ago