Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7689267
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T20:07:30+00:00 2026-05-31T20:07:30+00:00

I am a node.js developer. I use Amazon ec2 to deploy my node.js apps.

  • 0

I am a node.js developer. I use Amazon ec2 to deploy my node.js apps.

I want to have my node.js service running permanently – restarted if it fails for any reason.

I came across 2 tools . Forever and Upstart

Is there any advantages of using one over the other ?

Is there any other tool which is better ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T20:07:31+00:00Added an answer on May 31, 2026 at 8:07 pm

    Upstart is a system service controller, similar to SysV Init and will start/stop/restart essentially any service registered for it, Node.js-based or not, and it will also automatically start services on system start for you. But Upstart is essentially specific to Ubuntu, and Upstart-specific services won’t run on other Linux distros.

    Upstart has a SysV Init compatibility layer that you could target,instead, to maintain as broad of a compatibility layer as possible.

    Forever is a Node.js application that monitors and restarts other Node.js applications as needed, and as defined by its configuration JSON. Lots of options and fine-grained control over your service without the effort that would be needed to duplicate it in a custom SysV Init script. However, Forever isn’t a system service, so if the server is restarted, you’ll have to manually start your forever scripts again.

    Beyond that, if all you need is something that will restart your script if/when it crashes, and you don’t care about it starting automatically on system start, all you need is a bash script as simple as:

    #!/bin/bash
    while true
    do
        node ./myScript.js
    done
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am a node.js developer. I have used Heroku and Joyent's no.de platform before
In Node.js is there any way to listen to all events emitted by an
I have posted this to ServerFault, but the Node.js community seems tiny there, so
i use seam framework to develop a web site. I want to share one
I have general question regarding the use of pointers vs. references in this particular
Hi every body i am developing a MVC application, and i want to use
I have some classes that already use DOM4J to read XML files and provide
I have Several Erlang applications on Node A and they are making rpc calls
I'm a java developer who used Netbeans 6.8 previously and running all of the
I am running a LAMP server on a VPS, and I have just installed

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.