I have a bit of a remedial question about my first node.js web app.. This is the way I invoke my app:
me@mydevbox:/var/www/html/node/inventory$ node app.js
model schema defined
successfully exported database schema
inside locations routing file
Listening on port 3030
connection successful
and then I use my browser to test it / run it etc.
If I now want to publish this app as a consumable resource for the rest of my team, how / what do I have to do to automate the process so that my app is always running? Sorry, I'm also fair new to sys admin stuff so any tips would be appreciated.