process-cluster
Cluster multiple child process forever
Cluster multiple child process forever
A simple command runner with promise support.
Used to create new thread.
web worker manager
bind child_process.execFile to a file and configuration
Spawn some nasty processes on node.js
Convenience module for forking and communicating with child processes in Node.js
Provides basic routing for interprocess communications between processes.
New child process event listeners automatically replace previous listeners
Small promise wrapper around node's `child_process#exec` allowing you to use async/await syntax for commands you want to execute.
Start and stop geth from Node.js
"Execute python scripts from Node.js code"
A slightly more concise API for `child_process.spawn()`.
The package helps spawn a C Subprocesses to execute C code through Node. It spawns the C sub-process and manages asynchronous events.
bind child_process.spawn to a command and configuration
Multiprocessing pool implementation for NodeJS and TypeScript
Multi-threading in no time with seamless TypeScript support.
This is package to run processes in parallel. Most useful use case: to run vite build and typescript type checking in parallel.
The Advanced Python Process Pool project provides a robust and secure framework for executing Python code in a Node.js environment. By maintaining a pool of persistent Python subprocesses, the system can handle concurrent tasks efficiently. Additionally,
A NodeJS package for running code in parallel. Initially created to provide multiprocessing in an AWS Lambda function, but it can be used in any NodeJS environment.