ipc-light

1.1.3 • Public • Published

ipc-light

ipc-light Build Status Coverage Status Dependencies

What is ipc-light?

ipc-light is a lightweight inter-process-communication library that leverages UNIX domain sockets to avoid latency, unreliability and overhead of going through the network card, like most socket types.

Unfortunatly, it is only available on Mac and Linux yet. Windows support is on the way.

The goal behind this implementation design is to further mimick the node classic server setup pattern. It's designed to be simple. Very, very simple.

COMPATIBLE WITH ALL VERSIONS OF NODE.

Releases

Latest release

All releases

Installation

$ npm install ipc-light --save

Tests

$ npm test

Debugging

ipc-light uses the debug module, to include ipc-light logs in your app use the debug syntax. Ex:

$ DEBUG=ipc npm start

Usage

See examples in the docs folder. Here

Benchmarks

$ node tests/benchmark.js

Roadmap

Milestones

Package Sidebar

Install

npm i ipc-light

Weekly Downloads

0

Version

1.1.3

License

GPL-3.0

Last publish

Collaborators

  • fed135