@ah_naf/runcode
A Node.js package to execute C, C++, Python, and Java code using child_process.
A Node.js package to execute C, C++, Python, and Java code using child_process.
Test plugin for the [bercow](https://github.com/lachrist/bercow) test runner which spawns a child process.
promisified exec of node child_process
A wrapper around spawn that returns a promise with the similar output to spawnSync.
Super small convenience package to call `exec` and return the response as a promise.
Async spawn that outputs to stdout
fork process
Versión ES7(async-await) de child_process.exec
Pipeable spawned processes
Some useful utilities I often need
A worker pool for Node.js applications
child_process keep alive and other things
TS written promise wrapper for node's child_process. It doesn't store/cache any stdio.
Node task runner. Allows user to create and run Node tasks in a separate process.
a version of `child_process.exec` that prints output in realtime
Execute a callback when the process exits, passing the exit code (ESM/CJS)
Spawn a dependent child process.
A Node.js library for managing the lifecycle of multi-process applications
split a command into an array, like process.argv
Spawn a child process and expose stdin and stdout as a single duplex stream.