Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

clusterer

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clusterer

Clusterer - super simple way to cluster your node app.

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

Clusterer — super simple way to cluster your node app.

NPM

Easy setup

Add Clusterer as a dependency in your package.json

npm install clusterer --save

Then, add the following to your package.json in the scripts section

"start": "node node_modules/clusterer"

Example in package.json

  "scripts": {
    "start": "node node_modules/clusterer"
  }

Running your app in cluster

Now you can run the app just by running npm start

Keywords

cluster

FAQs

Package last updated on 22 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts