# ipc

> A simple inter process communication library along with distributed election algorithm (Bully) for Node.js

Latest version **0.0.1** (published 2012-01-15) · 0 weekly downloads

## Install

```sh
npm install ipc
pnpm add ipc
yarn add ipc
bun add ipc
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2012-01-15 |
| First published | 2012-01-15 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.4.0 |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 13 |
| Author | Paris Stamatopoulos |
| Maintainers | mobius |
| Keywords | ipc, interprocess, bully, distributed, messages |

## Links

- npm: https://www.npmjs.com/package/ipc
- Repository: https://github.com/twmobius/node-ipc
- npm.io page: https://npm.io/package/ipc

## Dependencies (3)

- [async](https://npm.io/package/async.md) 0.1.x
- [redis](https://npm.io/package/redis.md) 0.7.x
- [winston](https://npm.io/package/winston.md) 0.5.x

## Alternatives

- [cron](https://npm.io/package/cron.md) — 4.9M weekly downloads
- [@vercel/queue](https://npm.io/package/@vercel/queue.md) — 731.6K weekly downloads
- [create-sonicjs](https://npm.io/package/create-sonicjs.md) — 1.6K weekly downloads
- [@exellix/jobs-api](https://npm.io/package/@exellix/jobs-api.md) — 941 weekly downloads
- [@forwardimpact/libskill](https://npm.io/package/@forwardimpact/libskill.md) — 575 weekly downloads

## Recent versions

- 0.0.1 (latest) — 2012-01-15

## README

Node.js Inter-process communication and election library.

node-ipc implements the Bully algorithm (http://en.wikipedia.org/wiki/Bully_algorithm) making it 
possible for multiple instances of the same application to elect a master process and at the same 
time allow for messages to be send across the live instances

Makes use of the redis PUB/SUB featureset.

This should probably be called a work-in-progress.

Checkout examples/client.js for a simple example

Requires winston, async, redis libraries.

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