An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with child-process

A curated list of projects in awesome lists tagged with child-process .

https://github.com/extrabacon/python-shell

Run Python scripts from Node.js with simple (but efficient) inter-process communication through stdio

child-process looking-for-maintainer maintainer-wanted node python

Last synced: 11 May 2025

https://github.com/reactphp/child-process

Event-driven library for executing child processes with ReactPHP.

child-process php reactphp

Last synced: 15 May 2025

https://github.com/rannn505/child-shell

Node.js bindings 🔗 for shell

bash child-process cross-platform nodejs powershell pwsh shell

Last synced: 16 May 2025

https://github.com/iqbal-rashed/ytdlp-nodejs

A Node.js library for download videos and getting video streams and thumbnails with strong TypeScript support.

child-process nodejs typescript video-downloader youtube-downloader yt-dlp ytdlp ytdlp-nodejs

Last synced: 25 Jan 2026

https://github.com/erickwendel/parallelizing-nodejs-ops

Example of how to Migrate 1M items from MongoDB to Postgres in just a few minutes using Node.js child process

child-process docker docker-compose mongo mongodb nodejs performance pg postgres postgresql

Last synced: 10 Apr 2025

https://github.com/jcoreio/promisify-child-process

seriously like the best async child process library

async async-await child-process exec node nodejs promises spawn

Last synced: 13 Apr 2025

https://github.com/soyuka/relieve

Ease the implementation of multi processing accross your microservices

child-process failsafe microservice process task workers

Last synced: 15 Apr 2025

https://github.com/foyzulkarim/terminal-in-browser

This is an adventurous project where I aimed to input terminal commands in browser and execute them in server, and through websocket protocol show the actual terminal updates into the browser in real time.

child-process eventemitter events exec express expressjs javascript node nodejs react reactjs terminal terminal-emulator typescript worker-threads

Last synced: 26 Oct 2025

https://github.com/ralphtheninja/await-spawn

child_process.spawn() wrapped in a Promise

async await child-process promise spawn

Last synced: 05 Sep 2025

https://github.com/asmichi/childprocess

Asmichi.ChildProcess is a .NET library that provides functionality for creating child processes. An alternative to `System.Diagnostics.Process.Start`.

child-process dotnet dotnet-core linux process windows

Last synced: 07 Apr 2025

https://github.com/microlinkhq/tinyspawn

A minimalistic wrapper around Node.js `child_process.spawn` API.

child-process nodejs spawn

Last synced: 06 Apr 2025

https://github.com/webpod/zurk

A generic process spawner

child-process exec shell spawn zx

Last synced: 29 Jun 2025

https://github.com/slince/process

:whale2: The process wrapper and manager based on PCNTL on the Unix-like systems using php

child-process fifo fork pcntl pipe posix process semaphore shared-memory system-v

Last synced: 23 Apr 2025

https://github.com/eneko/processrunner

Execute child processes and system commands from Swift

child-process cli command package process shell swift swiftpm system

Last synced: 29 Sep 2025

https://github.com/clayrisser/open-terminal

cross platform open terminal and run command

child-process linux mac osx spawn terminal windows

Last synced: 11 Jul 2025

https://github.com/jedwards1211/async-child-process

Promise-based child process interface (you might want to use promisify-child-process instead!)

async child-process exec promises spawn

Last synced: 07 May 2025

https://github.com/wyrihaximus/reactphp-child-process-promise-closure

Run a closure in a child process and return the result over a promise

child-process closure cpu-offload hacktoberfest php php7 promise reactphp

Last synced: 14 Aug 2025

https://github.com/oresoftware/poolio

Node.js / NPM module for creating custom worker pools using child processes.

affinity-propagation child-process cluster nodejs npm pool worker-pool workers

Last synced: 18 Jun 2025

https://github.com/ryanve/said

Run CLI commands and return output as string

child-process cli-command commands nodejs

Last synced: 20 Jun 2025

https://github.com/streetstrider/command-promise

Promise & stream wrapper around child_process.exec

child-process node pipes promise shell streams

Last synced: 14 Apr 2025

https://github.com/obaydmerz/powerjs

Do the powershell magic... right from your script!

api automation child-process dll node-ffi node-gyp nodejs powershell process shell windows

Last synced: 21 Apr 2025

https://github.com/diegohaz/webpack-spawn-plugin

A webpack plugin that runs child_process.spawn within compilation

child-process spawn webpack webpack-plugin

Last synced: 26 Oct 2025

https://github.com/amphp/windows-process-wrapper

Child process wrapper to support non-blocking process pipes on Windows.

child-process non-blocking windows

Last synced: 28 Apr 2025

https://github.com/thiagodp/split-cmd

💦Split a command into an array or an object for using with spawn or execa

args argument child-process cli command exec execa node nodejs process spawn split

Last synced: 10 Apr 2025

https://github.com/wyrihaximus/reactphp-child-process-closure

Run closures in a child process messenger or pool

child-process closure cpu-offload hacktoberfest php php7 reactphp

Last synced: 09 Sep 2025

https://github.com/75lb/object-to-spawn-args

Converts an options object to an array suitable for passing to child_process.spawn()

child-process javascript-library nodejs spawn

Last synced: 01 Jul 2025

https://github.com/bahmutov/execa-wrap

Wraps execa and makes output suitable for snapshot testing

child-process exec execa snapshot testing wrapper

Last synced: 28 Sep 2025

https://github.com/itgalaxy/execa-webpack-plugin

A better `child_process` for `webpack`

child-process command execa webpack webpack-plugin

Last synced: 05 May 2025

https://github.com/elrumordelaluz/iterm-tab

Open Item2 tab programatically from NodeJS

child-process iterm iterm2 terminal

Last synced: 31 Aug 2025

https://github.com/cyqlelabs/pidman

A rock solid process orchestration library for Node

child-process childprocess events node nodejs processes threading

Last synced: 02 Feb 2026

https://github.com/oresoftware/parse-command

Parse an arbitrary command string, reliably, using a child process.

bash child-process node nodejs npm

Last synced: 19 Jul 2025

https://github.com/sam-parsons/learnyouchildprocess

series of lessons exploring child processes in node.js

child-process nodejs streams

Last synced: 21 Feb 2026

https://github.com/cevio/ipc-message

It is an interactive class based on the process communication between `master`, `Worker` and `Agent`.

agent child-process cluster ipc ipc-message

Last synced: 16 May 2026

https://github.com/bahmutov/stub-spawn-once

Stubs child_process.spawn for a single command; cleans up afterwards. Perfect for testing.

child-process node nodejs spawn stub test testing util

Last synced: 31 Aug 2025

https://github.com/cedrickchee/nodejs-in-depth

Master and understand deeper Node.js fundamentals and internals

child-process event-emitter fundamentals in-depth node-js-clusters nodejs nodejs-stream stream-processing

Last synced: 19 Apr 2026

https://github.com/shinnn/purs

Spawn a new process using PureScript CLI

child-process compiler javascript nodejs promise purescript purs wrapper

Last synced: 08 Oct 2025

https://github.com/manuelbento19/task-list-cli

Command-line todo list. It allows you to write your tasks, set priorities, view existing tasks and view the next tasks due.

child-process cli commander javascript nodejs process terminal

Last synced: 20 Apr 2026

https://github.com/lestoni/cpcycle

Observe Child Processes life cycle events

child-process ipc notification trace

Last synced: 24 Oct 2025

https://github.com/devmdo/py3

🚀 A versatile Node.js library for seamless interaction with Python. Execute Python commands effortlessly and manage Python sessions with ease! ( No Dependencies )

api blender child-process cross-platform error-handling fast ipc linux no-dependencies node nodejs process py py3 python python3 shell windows

Last synced: 10 Sep 2025

https://github.com/agustinsrg/go-child-process-manager

(Golang) Ensure all the child processes are killed if the main process is killed.

child-process golang kill process

Last synced: 09 Oct 2025

https://github.com/craigwardman/subspawn

An npm library for spawning (and killing) synchronous and asynchronous sub processes from node.

child-process node process

Last synced: 19 Mar 2025

https://github.com/rootslab/herod

Herod, an heartless killer / handler for ( long-running ) child processes.

child-process nodejs process-manager

Last synced: 24 Apr 2026

https://github.com/obaydmerz/py3

🚀 A versatile Node.js library for seamless interaction with Python. Execute Python commands effortlessly and manage Python sessions with ease! ( No Dependencies )

api blender child-process cross-platform error-handling fast ipc linux no-dependencies node nodejs process py py3 python python3 shell windows

Last synced: 04 Apr 2026

https://github.com/martinheidegger/bgbash

Running a background bash to reduce the amount of child processes.

bash child-process nodejs

Last synced: 04 May 2026

https://github.com/manuel-lohmus/ipc-fn

'Inter-process communication' Allows you to communicate with background processes.

background-thread broadcast channel child-process function ipc multithreading net non-blocking parallel processes worker

Last synced: 30 Jul 2025

https://github.com/hebahamdan2/developing-an-ecg-analyzer-system-using-ai-in-palestine

ECG Analyzer is a web application developed as part of my bachelor's degree project, aimed at predicting heart diseases from electrocardiogram (ECG) images.

child-process deep-learning jupyter nodejs python reactjs resnet-50

Last synced: 12 Apr 2025

https://github.com/imcuttle/tranz

The framework for transform anything

child-process commit-message transfom

Last synced: 26 Mar 2025

https://github.com/melchisedech333/log-viewer

:hammer: Solution to receive log and debug messages from applications that do not have access to standard input and output. Like Linux Daemons, fork() processes and any similar application. Messages are sent through Non-Blocking Socket, and received in an Electron application.

child-process debug debugger debugger-visualizer debugging debugging-tool debugging-tools fork-process linux-deamon log log-viewer log-visualization log-visualizer logger logging non-blocking non-blocking-communication non-blocking-io non-blocking-sockets sub-process

Last synced: 31 Aug 2025

https://github.com/jishnusv23/hirehub-backend

HireHub Backend is the core service layer of the HireHub interview platform, designed using a microservices architecture for flexibility and scalability. Built with Node.js (Express) and MongoDB, it ensures secure authentication, real-time communication, and seamless collaboration between interviewers and candidates. With clean architecture

child-process clean-architecture cronjob docker kubernetes microservices mongodb nodejs rabbitmq redis socket-io typescript

Last synced: 14 Apr 2026

https://github.com/hebahamdan2/ecg-analyzer-app-using-ai

ECG Analyzer is a web application developed as my bachelor's graduation project, designed to predict heart diseases from electrocardiogram (ECG) images.

child-process deep-learning jupyter nodejs python reactjs resnet-50

Last synced: 14 Apr 2026

https://github.com/scrwdrv/worker-communication

This module provide bilateral communication with callback between cluster worker and master, node.js child process is supported too.

callback child-process cluster ipc nodejs typescript worker

Last synced: 15 May 2026

https://github.com/lutangar/observable-child-process

Spawn observable child processes

child-process observable spawn

Last synced: 20 Apr 2026

https://github.com/jondotsoy/docker_child_process

Simple docker agent to NodeJS to run scripts in a container.

child-process docker

Last synced: 27 Apr 2026

https://github.com/yjg30737/typescript-child-process-python-pdfkit-example

Using child_process package in typescript to generate pdf with "pdfkit" package of Python

child-process pdfkit python typescript typescript-child-process typescript-pdf typescript-pdfkit typescript-python

Last synced: 04 May 2026

https://github.com/saadq/latrex

A small library for running LaTeX child processes in Deno.

child-process deno latex tex

Last synced: 07 May 2026

https://github.com/shreyasy2k/python-spawn

NPM Package for easiest way to execute python scripts from nodejs

child-process nodejs-python npm npm-package python-shell typescript

Last synced: 15 May 2026

https://github.com/sarvesh-sp/mdump

simple script to backup your mongo database.

child-process cron-jobs mongodb mongodb-backup mongodump nodejs

Last synced: 07 May 2026

https://github.com/jkjkil4/janim-stdio-interact

A utility library for interacting with JAnim GUI and managing windows via standard input/output

child-process event ipc janim python

Last synced: 13 Jan 2026

https://github.com/peterdee/node-cpu-heavy

Measuring heavy CPU load in Node

child-process cluster fastify node worker-threads

Last synced: 10 May 2026

https://github.com/wyrihaximus/php-to-child-process-or-not-to-child-process

Bare function using annotations to decide if the given function should be run in a child process

annotation annotations child-process hacktoberfest php php7

Last synced: 13 Apr 2025

https://github.com/flipeador/node-workerpool

Create a pool of workers and execute a function or file in worker threads and child processes.

async-await child-process javascript nodejs worker-pool worker-threads

Last synced: 13 May 2026

https://github.com/manovotny/execa-output

A utility to display command output when using execa with listr.

child-process command execa listr observable output process task

Last synced: 24 Mar 2025

https://github.com/gutenye/lib.js

Copy and paste ready JavaScript utils

child-process fetch filesystem fs lodash raycast utils

Last synced: 28 Apr 2026

https://github.com/artdecocode/spawncommand

Spawn a ChildProcess with a promise property resolved on exit with stdout, stderr and code.

async child-process fork javascript node nodejs promise spawn

Last synced: 15 May 2026

https://github.com/b4dnewz/process-test

Easy way to test command line applications

child-process cli-testing cli-utilities fork spawn test testing testing-tools

Last synced: 26 Jul 2025

https://github.com/sokhuong-uon/2webp

convert image to webp format with nodejs

child-process image image-processing nodejs optimization performance webp

Last synced: 18 May 2026

https://github.com/ejarvinen/42pipex

A project simulating the piping of two UNIX commands with redirections

child-process error-handling filedescriptor input-validation

Last synced: 08 Jun 2026

https://github.com/mrmarble/exec

Similar to os/exec but without waiting for child process

child-process fork proccess

Last synced: 31 Dec 2025

https://github.com/craigtaub/child_process_experiments

NodeJS child_process spawning experiments (blocking/streaming/signals)

blocking child-process nodejs spawn

Last synced: 19 May 2026

https://github.com/2o3t/process-manager

[Library] Process manager for Nodejs

child-process fork nodejs process process-manager subprocess

Last synced: 20 May 2026

https://github.com/richardbmk/projectrunner

Creation of you own personal project runner. In this project I build a command line application that's going to watch for changes inside of or project directory any time shomething change.

child-process file-system nodejs

Last synced: 20 May 2026

https://github.com/aruppatra04/medibro

ML-Based Disease Prediction and Medical Recommendation Web App

child-process css expressjs javascript jupiter-notebook nextjs nodejs pkl-model tailwind typescript xgbregressor

Last synced: 04 Apr 2026

https://github.com/gnana997/node-stdio-jsonrpc

TypeScript JSON-RPC 2.0 client over stdio (child process) - clean and developer-friendly

child-process json-rpc jsonrpc lsp mcp rpc stdio typescript

Last synced: 17 May 2026

https://github.com/yogain123/childx-node

Fork Child Process in NodeJS

child-process javascript node-js

Last synced: 21 May 2026

https://github.com/dsite42/pipex

42 project - pipex - This project is about to learn and implement the concepts of redirections, pipes, child and parent processes.

42 child-process fork parent-process pipes pipex redirections

Last synced: 11 Jun 2026

https://github.com/aleclarson/exec

Easy shell execution

child-process exec nodejs shell

Last synced: 06 May 2026

https://github.com/tamoziit/enpassant

EnPassant - One more Chess.com "wannabe" coz....WHY NOT :)

3js chess chess-engine chessjs child-process elo-rating eval-bar ioredis matching-pool socket-io stockfish

Last synced: 12 Aug 2025

https://github.com/dacrol/medusa

Neural network with Express, via Python child processes (WIP)

child-process deep-learning express javascript machine-learning neural-network nodejs python python-shell

Last synced: 07 Apr 2026

https://github.com/dpetrosy/42-pipex

42 School Pipex project aimed to better understand shell redirection and pipes, by handling them in C.

42 42-pipex 42born2code 42cursus 42pipex 42projects 42school 42yerevan c c-programming child-process command-line dup2 execve fork pipes pipex pipex-42 pipex42 shell

Last synced: 12 Apr 2026

https://github.com/peterdee/node-event-loop-blocking

Test child_process methods within the blocked Event Loop

child-process event-loop nodejs

Last synced: 22 May 2026

https://github.com/hisco/forever-process

Make sure that your child process scripts will run forever.

child-process forever javascript nodejs typescript

Last synced: 11 Apr 2026