On a VM instance of Compute Engine, I created a little web server with express js.
I connected the server to my own domain, xxxx.kr. It works well when I run 'sudo node app.js' . But I quit the cloud shell window, showing "listening 80 port.....". It doesn't work.
I tried to use pm2 , and some kind of tools for automatic server , but all things dont work.
My question is:
1. Is it possible to keep running my server after close GCP's cloud shell?
2. In real Industry using Google Cloud, How keep server working without turn on the sessions?
sorry for my poor English..