{"library":"node-process","type":"library","category":null,"description":"node-process is a utility library for Node.js applications designed to simplify the management of sub-processes, enabling multi-threading and background task execution. Currently at version 1.0.1, its initial \"LIVE ready\" release suggests an active but relatively young project without a well-established release cadence yet. The library wraps Node.js's native `child_process.fork` functionality, abstracting away some complexities and offering a promise-based API for handling responses and errors. A key differentiator is its ability to manage both short-lived, single-response processes and \"sticky\" processes that remain open indefinitely until the main thread terminates, facilitating continuous background operations or long-running services. Communication between parent and child processes relies on `process.send`, with specific options for maintaining open connections in sticky processes. This simplifies common patterns for offloading CPU-intensive tasks or running concurrent operations without blocking the event loop, providing a more approachable alternative to direct `child_process` API usage.","language":"javascript","status":"active","version":"1.0.1","tags":["javascript","node","nodejs","electron","process","child_process","fork","multi-threading","threading"],"install":[{"cmd":"npm install node-process","imports":["let node_process = require('node_process');","node_process.fork('path', args, keepOpen)","process.send(message, handle, options)"]},{"cmd":"yarn add node-process","imports":[]},{"cmd":"pnpm add node-process","imports":[]}],"homepage":null,"github":"https://github.com/segsalerty2013/node-process","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/node-process","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/node-process/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}