To start NodeJS, you are just node server.js , but there are several enhanced extensions that handle this. This way you can run node on Windows, but I highly recommend UNIX platforms through SSH access to your server (most VPS have this). If you cannot afford this type of server, I would go with Heroku , Dotcloud or Nodejitsu (three of them are cloud hosting).
- Forever that restarts your node server upon failure
- Nodemon that restarts your node server when the file has been modified (or any JS files in the specified directory)
There may be more, so if I find anything useful, I will edit this post.
source share