Sure, does this help?

What forever does that naught doesn't do:

   - supports having a delay before restarting server to avoid spinning
   - option to not run server forever
   - ability to watch server and auto restart
   - has a lot of bugs<https://github.com/nodejitsu/forever/issues?state=open>


What naught does that forever doesn't do:

   - ability to set cwd of server
   - log rotation
   - gzip old log data
   - clustering
   - zero downtime code deploying
   - use a predictable ipc file instead of storing state in home folder
   - ability to send command line arguments to your node server


On Tuesday, August 13, 2013 5:41:38 PM UTC-4, Jerome Hwang wrote:
>
> This looks awesome, I was actually just looking for things like this to 
> keep my web server running.
>
> However, I also found this https://github.com/nodejitsu/forever
>
> Could you give me brief pros and cons between the two? in terms of keep 
> the scripts/server running.
>
> thanks
>
>
> On Tue, Aug 13, 2013 at 5:29 PM, Andrew Kelley 
> <[email protected]<javascript:>
> > wrote:
>
>> Hey guys, I just released naught 0.6.0 which is much more user-friendly 
>> than previous releases. Give it a shot!
>>
>> naught <https://github.com/superjoe30/naught>  - zero downtime 
>> deployment for your node.js server using native cluster api
>>
>> Features
>>
>>    - Run multiple workers which listen on the same port using node's 
>>    native cluster module
>>    - Zero downtime deployments 
>>    - Restarting workers that crash
>>    - Redirect stdout and stderr into rotating gzipped log files
>>    - Run your server as a daemon, providing ability to start and stop 
>>
>> What's new in 0.6.0
>>
>>    - get rid of 'new_booting' worker status. just use 'booting'.
>>    - correct behavior for server that crashes without booting
>>    - correct behavior for failed deploy
>>    - correct behavior for server that never emits 'online'
>>    
>>  -- 
>> -- 
>> Job Board: http://jobs.nodejs.org/
>> Posting guidelines: 
>> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
>> You received this message because you are subscribed to the Google
>> Groups "nodejs" group.
>> To post to this group, send email to [email protected]<javascript:>
>> To unsubscribe from this group, send email to
>> [email protected] <javascript:>
>> For more options, visit this group at
>> http://groups.google.com/group/nodejs?hl=en?hl=en
>>  
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "nodejs" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>
>
> -- 
> University of Illinois at Urbana-Champaign
> College of Engineering | BS in Computer Science
> Tel: (517)203-9077 | E-mail: [email protected] <javascript:>
>  

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to