Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yorkie/node-cpctrl
child_process control for nodejs
https://github.com/yorkie/node-cpctrl
Last synced: 5 days ago
JSON representation
child_process control for nodejs
- Host: GitHub
- URL: https://github.com/yorkie/node-cpctrl
- Owner: yorkie
- Created: 2014-08-19T17:27:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-19T17:27:58.000Z (about 10 years ago)
- Last Synced: 2024-10-19T19:23:35.392Z (24 days ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cpctrl -- Child Process Control
--------------### Installation
```js
$ npm install cpctrl
```### API
- `.stop(cp)`: stop child process, send `SIGSTOP` in fact
- `.resume(cp)`: resume stoped process, send `SIGCONT` in fact
### License
MIT