search

Home  >  Q&A  >  body text

node.js - How to make a nodejs site on windows a service?

nssm tried but it didn’t work.

By the way, the height of some sb software is greater than the height of the screen, and the buttons cannot be clicked or even seen!

windows-shortcuts I don’t know if I opened it in the wrong way, but I didn’t see it in the service after running it.

PHP中文网PHP中文网2738 days ago399

reply all(2)I'll reply

  • 给我你的怀抱

    给我你的怀抱2017-05-16 13:22:49

    Wouldn’t it be enough to write a batch process and throw it into the startup process?

    reply
    0
  • 仅有的幸福

    仅有的幸福2017-05-16 13:22:49

    It is not a windows service application itself and cannot be started as a service. If you need to start it at startup, just set it in the startup item.
    Generally, third-party software that requires node can configure the path and start it silently by itself.
    If you need to start silently, just write a batch process to start silently.

    Answer on your mobile phone without typing the code.

    reply
    0
  • Cancelreply