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
- Host: GitHub
- URL: https://github.com/strongloop/strong-control-channel
- Owner: strongloop
- License: other
- Created: 2014-07-16T18:26:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T08:24:05.000Z (about 8 years ago)
- Last Synced: 2024-11-01T13:34:17.927Z (about 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 3
- Watchers: 27
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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).