An open API service indexing awesome lists of open source software.

https://github.com/strongloop/strong-control-channel

Run-time control channel for node applications
https://github.com/strongloop/strong-control-channel

Last synced: 9 months ago
JSON representation

Run-time control channel for node applications

Awesome Lists containing this project

README

          

# strong-control-channel

Run-time control channel for node applications.

Enables a node application to be controlled via node IPC, node cluster
messaging, and a local domain named socket.

## Install

npm install strong-control-channel

## Examples

See [strong-supervisor](http://github.com/strongloop/strong-supervisor), and
[strong-pm](http://github.com/strongloop/strong-pm).