标签: linux node.js terminal x11
对x11使用node.js模块时,必须从应用程序中将应用程序与控制台分离。可以在后台使用node启动node myapp.js > /dev/null &但是如何从程序本身中分离出来?
x11
node.js
node
node myapp.js > /dev/null &
答案 0 :(得分:0)
我是node-x11的作者,但您的问题似乎是通用的,与x11无关。
您可能希望从终端分离的示例是在js中实现xclip(请参阅this discussion)
许多可能的解决方案here tl; dr - 如果您不想使用nohup将其从外部分离,则可以使用daemon等模块
nohup