N
N
Nikita2020-12-03 15:22:59
Node.js
Nikita, 2020-12-03 15:22:59

How to run a nodejs application on a vps so that it continues to live when the terminal is closed?

At the moment, when starting the application and closing the terminal - the application stops working, how to fix it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
Fedor Vlasenko, 2020-12-03
@MiiZZo

there are many options
redirect stream >/dev/null 2>&1
pm2
run in screen

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question