A web app I am writing in JavaScript using node.js. I use Foreman, but I don\'t want to manually restart the server every time I change my code. Can I tell Foreman to reload
If you use nodemon , you can do
nodemon --exec "foreman start"