# monkey-scale

> auto scale node clustering

Latest version **0.0.6** (published 2016-12-10) · ISC license · 0 weekly downloads

## Install

```sh
npm install monkey-scale
pnpm add monkey-scale
yarn add monkey-scale
bun add monkey-scale
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.6 |
| Published | 2016-12-10 |
| First published | 2016-12-08 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | grady rogers |
| Maintainers | gradyrogers |
| Keywords | auto, scale, cluster, node |

## Links

- npm: https://www.npmjs.com/package/monkey-scale
- Repository: https://github.com/Monitor-Monkey/monkey-scale
- Homepage: https://github.com/Monitor-Monkey/monkey-scale#readme
- Issues: https://github.com/Monitor-Monkey/monkey-scale/issues
- npm.io page: https://npm.io/package/monkey-scale

## Dependencies (9)

- [os](https://npm.io/package/os.md) ^0.1.1
- [path](https://npm.io/package/path.md) ^0.12.7
- [usage](https://npm.io/package/usage.md) ^0.7.1
- [colors](https://npm.io/package/colors.md) ^1.1.2
- [cluster](https://npm.io/package/cluster.md) ^0.7.7
- [express](https://npm.io/package/express.md) ^4.14.0
- [socket.io](https://npm.io/package/socket.io.md) ^1.7.1
- [os-monitor](https://npm.io/package/os-monitor.md) ^1.0.5
- [body-parser](https://npm.io/package/body-parser.md) ^1.15.2

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 0.0.6 (latest) — 2016-12-10
- 0.0.5 — 2016-12-08
- 0.0.4 — 2016-12-08
- 0.0.3 — 2016-12-08
- 0.0.2 — 2016-12-08
- 0.0.1 — 2016-12-08

## README

# monkey-scale

Automatically scale you node clusters up and down. Also monitor your cluster's performance.

``` bash

const express = require("express");
const app = express();
const monkey = require("monkey");

// normal configuration
app.set("port", 3000);
app.get("/", function(req,res) {
  res.send("<h1>Your Server</h1>");
})

// monkey will listen to the port specified
// pass empty parameters for default configuration
monkey(app, {});

// or set minimum and maximum number of workers
monkey(app, {threshold:4,limit:8});

```

---
_Source: https://npm.io/package/monkey-scale · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
