suchen

Heim  >  Fragen und Antworten  >  Hauptteil

node.js - 如何Mac机后台运行node?

如何在Mac机后台运行node?

PHP中文网PHP中文网2777 Tage vor568

Antworte allen(3)Ich werde antworten

  • ringa_lee

    ringa_lee2017-04-17 11:02:18

    node app.js &
    
    nohup node app.js &
    

    Antwort
    0
  • PHP中文网

    PHP中文网2017-04-17 11:02:18

    一般我不管调度阶段还是实用阶段都喜欢用forever库来维护,包括watch神马的

    安装forever: npm install forever -g

    我一般用的命令: sudo forever -w -c coffee server.coffee

    Antwort
    0
  • 迷茫

    迷茫2017-04-17 11:02:18

    forever不错。

    Antwort
    0
  • StornierenAntwort