https://github.com/proboci/proboscis
A node.js library and CLI app to run a set of child processes and multiplex their output.
https://github.com/proboci/proboscis
Last synced: 12 months ago
JSON representation
A node.js library and CLI app to run a set of child processes and multiplex their output.
- Host: GitHub
- URL: https://github.com/proboci/proboscis
- Owner: ProboCI
- License: gpl-2.0
- Created: 2016-05-15T09:20:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T23:43:35.000Z (over 5 years ago)
- Last Synced: 2025-05-31T17:05:12.059Z (about 1 year ago)
- Language: JavaScript
- Size: 283 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Proboscis
==============
[](https://travis-ci.org/ProboCI/proboscis)
[](https://coveralls.io/r/ProboCI/proboscis?branch=master)
This module wraps child processes and unifies their stdout and stderr streams into a signle unified json event stream. It can currnently be used as a library or from the command line.
This project was created to facilitate running multiple processes inside a docker container easily and being able to easily separate the streams of all of the running processes.
## Why proboscis?
This module was written to be the part of [probo](http://github.com/ProboCI/probo) that runs inside the docker container. The prooboscis is the part of the mosquito that pokes into your skin. We probably could have come up with a less itchy analogy.