clusterlite

v0.1.0
Lite cluster based on 0.6.x Cluster API

Clusterlite

A silly, rediculously lite implementation of clustering for node web apps (or others).

Why?

I happily thought to use leanboost/cluster, then I found out it doesn't work with the new Node 0.6.x cluster API.

Usage

# clusterlite func. number of workers = number of cpus
clusterlite ()->
  < your app code >

# you might want to force a number of workers
clusterlite.workers = 4
clusterlite ()->
  ...

Contributing

Fork, implement, add tests, pull request, get my everlasting thanks and a respectable place here :).

Copyright

Copyright (c) 2011 Dotan Nahum @jondot. See MIT-LICENSE for further details.

npm i clusterlite

Source Code

Metadata

  • Unknown
  • ~0.6.0
  • Dotan Nahum
  • released 12/7/2011

Downloads

Maintainers