文件名称:silentlyRun:在后台运行节点应用
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-14 09:12:57
JavaScript
后台运行程序,不阻断用户操作 使用 可以作为module,require使用 var silentlyRunner = require('../index'); silentlyRunner.start('./proxyServer'); // start proxyServer in background silentlyRunner.stop(); // stop proxyServer 也可以直接运行 node silentlyRun ./proxyServer // start proxyServer in background node silentlyRun -s // stop proxyServer
【文件预览】:
silentlyRun-master
----.gitignore(35B)
----README.md(422B)
----package.json(379B)
----index.js(3KB)
----.npmignore(11B)