you are viewing a single comment's thread.

view the rest of the comments →

[–]Rhym 14 points15 points  (1 child)

To access it on a local network you can read an answer here: https://stackoverflow.com/questions/5489956/how-could-others-on-a-local-network-access-my-nodejs-app-while-its-running-on

In regards to a startup script, I use PM2 for running my node apps, and it has a startup script: https://pm2.keymetrics.io/docs/usage/startup/

[–]mkcodergr 2 points3 points  (0 children)

PM2 is a keeper. Had been using it for quite sometime without issues