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

https://github.com/barcellos-pedro/nodejs-child-process

Demo of child process usage and features
https://github.com/barcellos-pedro/nodejs-child-process

Last synced: 7 months ago
JSON representation

Demo of child process usage and features

Awesome Lists containing this project

README

          

# Node.js Child Process

In this Node.js demo about [Child Process](https://nodejs.org/docs/latest-v20.x/api/child_process.html) we split the processing of values between 2 processes using the `fork` method from `node:child_process`.