[ 原始碼: node-daemon ]
套件: node-daemon (1.1.0-2)
node-daemon 的相關超連結
Trisquel 的資源:
下載原始碼套件 node-daemon:
維護者:
Original Maintainers:
- Debian Javascript Maintainers (郵件存檔)
- Laszlo Boszormenyi (GCS)
外部的資源:
- 主頁 [github.com]
相似套件:
Turn a node script into a daemon
Daemon actually re-spawns the current application and runs it again. The only difference between the original and the fork is that the original will not execute past the daemon() call whereas the fork will.