How to keep the server running? #254
Answered
by
KiraLT
shorts7wound
asked this question in
Q&A
-
when i use the command it works but as soon as i leave my ssh it stops wrking |
Beta Was this translation helpful? Give feedback.
Answered by
KiraLT
Jun 8, 2021
Replies: 1 comment
-
To keep the server running you need to run this server with some kind of process/apps manager. The recommended way is to use Kubernetes or plain Docker. But if you are not familiar with these technologies, you can just use NodeJS pm2 package. You can find more information in setup docs |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
KiraLT
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To keep the server running you need to run this server with some kind of process/apps manager.
The recommended way is to use Kubernetes or plain Docker. But if you are not familiar with these technologies, you can just use NodeJS pm2 package.
You can find more information in setup docs