I use Digitalocean to deploy my node.js app. I manage to setup everything but I have issue when I come back for the second time. Here's what I've done today :
- ssh login using terminal (I'm on mac)
- go to my app directory and do nodemon, server started
- check my site and it's live.
- close my terminal.
later on I come back (means I relog in to my terminal), and I don't see my node process. What is going on?