I was wondering if anyone had some insight on running a Node API app built with Express. I built a set of API end points using Express and I uploaded the Node app to my server on A Small Orange. The issue is that once I start the app through my terminal I have to keep the terminal open and my computer on in order to keep the API end points up and running.
I started to experiment with the npm forever-monitor, but it keeps crashing when I run express and forever-monitor in the same app.
Any insight would be appreciated.
Thanks,