You build node.js app with express v4.x then start your app by npm start. My question is how to stop the app? Is there npm stop?
For production environments you should use Forever.js
It's so util for start and stop node process, you can list apps running too.
https://github.com/foreverjs/forever