I have a laravel project on an ubuntu server, I run:
node server.js
so it print on the screen:
Server listening at port XXXX
But what if I need to make a git pull
command on the production?
Is there a way for me not to stop the running node service while doing other activity on the server?