npm forever

C++
#Installation:
npm install -g forever

# Use forever -w, instead of node to start your app:
$ forever -w app.js
Source

Also in C++: