I have a nodejs compiled application that I run from a terminal window on my ubuntu vps.Is there a way to run it in the background, meaning i can afford to close my terminal window and it still works. Note this exe prints the messages on the terminal window when its running
tried PM2, it errors out saying "awaiting restart" tried nohup, it does not error out and shows process has started but exe does not what it shall do, meaning its not working. if i do ./app , it works but then i can not close the terminal window.