0.1.6 • Published 12 years ago

rack v0.1.6

Weekly downloads
5
License
-
Repository
github
Last release
12 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

12 years ago

0.1.5

12 years ago

0.1.4

12 years ago

0.1.3

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago