mocha-isolation
Provides process isolation for each test file running in mocha
Provides process isolation for each test file running in mocha
Spawn a process with ease.
Spawns a child process attached to parent's stdin, stdout and stderr. Inspired by PHP's passthru().
A queue for node.js that uses child processes (child_process.fork()). This queue uses Pools for child-process because it takes time to spawn new child-process.
An async wrapper around child_process.spawn with a rich API to control the spawned process
Tests how fast it is to run gulp tasks in child processes
Smart wrapper around child_process.spawn using promises
A Promise-based interface into processes created by child_process.spawn
child_process pool implementation
Simple EventEmitter wrapper for IPC, enhanced with async .request().
Use Git Bash as cross-platform shell for Windows
Spawns commands in child processes in parallel and reechoes their output.
A simple wrapper over node cluster for zero-downtime reloads
Spawn or fork a child process with a promise property resolved on exit with stdout, stderr and code.
Set handlers for a spawned process, await result.
Wrappers to use node's child_process functions with asynchronous callbacks.
Simple spawn wrapper
Cluster worker logs are proxied to the mater process
An EventEmitter wrapper for IPC between parent and child processes with support for states (AKA pinned events) and logging
Advanced sandboxing library that allows communication between the sandbox and the parent process.