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/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/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/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/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/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/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/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/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/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/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/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/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/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/sam-parsons/learnyouchildprocess

series of lessons exploring child processes in node.js

child-process nodejs streams

Last synced: 21 Feb 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/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/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/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/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/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/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/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/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/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/lestoni/cpcycle

Observe Child Processes life cycle events

child-process ipc notification trace

Last synced: 24 Oct 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/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/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/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/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/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/imcuttle/tranz

The framework for transform anything

child-process commit-message transfom

Last synced: 26 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/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/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/elyse502/cluster-simulation

A TypeScript-based simulation of the Node.js cluster module that demonstrates multi-process architecture, round-robin load balancing, inter-process communication (IPC), automatic worker recovery, and CPU-aware task distribution.

backend child-process cluster concurrency cpu-scaling-configuration distributed-systems event-driven fault-tolerance ipc load-balancing multicore nodejs nodemon parallel-processing process-management round-robin system-design task-scheduler typescript worker-processes

Last synced: 11 Jul 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/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/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/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/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/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/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/cityssm/node-scheduled-task

Schedules recurring tasks while managing on-demand executions and limiting simultaneous executions.

async child-process cron schedule task

Last synced: 03 Apr 2025

https://github.com/iker-gonzalez/minishell

A Bash-inspired shell with a prompt and a working history developed in C

42cursus builtins c child-process environment-variables pipes quotes readline redirection signals

Last synced: 25 Jun 2026

https://github.com/restuwahyu13/nodejs-other-process

Example implementation worker_threads and child process in nodejs

child-process multithreading nodejs parallel-processing worker-threads

Last synced: 08 May 2026

https://github.com/elisiomassaqui/wandi-server

Usando child process pra comunicaçao com arduino cli, uma tentativa muito estranha!

backend child-process js node

Last synced: 24 Apr 2026

https://github.com/victorqueiroz/child-process-utilities

Wrapper for the Node.js child_process native module.

child-process nodejs

Last synced: 24 Apr 2026

https://github.com/ratson/deno-subprocess

Capture command output wihtout boilerplate

child-process deno subprocess

Last synced: 27 Apr 2026

https://github.com/dilshadanikkadan/intellctaa

🌟Welcome to my Learning Repository! This space is dedicated to documenting my journey through various learning projects, experiments, and educational resources

child-process cleanarchitecture expressjs kafka nestjs socket-io testing

Last synced: 28 Apr 2026

https://github.com/xan105/node-shell

Run external command or script

child-process exec node shell

Last synced: 30 Apr 2026

https://github.com/0xromjobert/pipex

a 42 school project to rebuild shell redirections by handling pipes in C

c child-process commad-line dup2 execve pipe shell

Last synced: 01 May 2026

https://github.com/razvanmtn/go-node-integration

Run Go binary in Nodejs using child processes

child-process go golang node nodejs

Last synced: 05 May 2026

https://github.com/yp656280/brain-tumor-detection

This project implements a CNN based brain tumor detection system using YOLOv8 integrated with a full-stack web app. It uses Python and YOLOv8 for real-time image classification, and is implemented via an API built with Node.js. The system supports image upload through a Next.js frontend, and backend processing using multer and child process,

child-process multer nextjs nodejs python yolov8

Last synced: 06 May 2026

https://github.com/santiagortiiz/platzi-backend-javascript-13-backend-with-nodejs

Platzi. School of Node.js: Backend Development with JavaScript. Backend with node (architecture - fundamentals - mongodb - advance features)

advanced-level backend child-process console-tricks javascript mongodb nodejs platzi streams

Last synced: 06 May 2026

https://github.com/lffg-labs/runme

Messing around with Socket.IO and child_process to create a multi-task terminal on the web.

child-process multi-task-terminal node-js socket-io

Last synced: 07 May 2026

https://github.com/than-dev/promise-queue-in-js

Promise queue implementation in nodejs, using a child-process and releasing the event loop for more requests while the queue is running.

algorithms api benchmark child-process nodejs promise queue

Last synced: 08 May 2026