Auto start node.js server on boot

后端 未结 10 1354
隐瞒了意图╮
隐瞒了意图╮ 2020-11-30 17:16

Can any node.js experts tell me how I might configure node JS to autostart a server when my machine boots? I\'m on Windows

10条回答
  •  臣服心动
    2020-11-30 17:40

    Copied directly from this answer:

    You could write a script in any language you want to automate this (even using nodejs) and then just install a shortcut to that script in the user's %appdata%\Microsoft\Windows\Start Menu\Programs\Startup folder

提交回复
热议问题