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
- Host: GitHub
- URL: https://github.com/barcellos-pedro/nodejs-child-process
- Owner: barcellos-pedro
- License: mit
- Created: 2024-04-27T18:46:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-28T14:45:27.000Z (over 1 year ago)
- Last Synced: 2025-01-30T00:15:57.086Z (8 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.