Skip to content

running app.js with node-dev, forever, supervisor, nodemon etc #57

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tomotaro1065 opened this issue Jun 22, 2013 · 6 comments
Closed
Assignees
Milestone

Comments

@tomotaro1065
Copy link
Member

Moved from Google groups

Posted by Ali Abbas

Hi, how can i use node-dev to run my node project in eclipse? i dont want to restart server after small changes....

@tomotaro1065
Copy link
Member Author

I didn't know about node-dev.
We will consider that Nodeclipse will support it in the future version.

@paulvi
Copy link
Member

paulvi commented Jun 22, 2013

There are several such tools
node-dev https://github.com/fgnass/node-dev - 380 stars

It's an alternative to tools like supervisor 1100 stars or nodemon 1500 stars that doesn't require any configuration.

There is also
forever https://github.com/nodejitsu/forever - 2700 stars
Maybe we should do our own

@paulvi
Copy link
Member

paulvi commented Jun 22, 2013

Somehow it is related to running CoffeeScript (we had no issue, so I modified #26 Add CoffeeFileWizard).
For running .coffee, we should use not node executable, but some Node.js CLI (that we should install automatically if it is not present, like in #17 Install Express automatically enhancement )

coffee /path/to/script.coffee
supervisor [options] <program>
forever [action] [options] SCRIPT [script-options]
node-dev foo.js

That is they mainly differ in what CLI to use.

@paulvi
Copy link
Member

paulvi commented Aug 22, 2013

There is also nodemon #63

with similar syntax

nodemon --debug ./server.js 80

@npdev453
Copy link

Looks like if in main app will be something like this... all will be ok :)

spawn("nodemon.cmd", ["main.js"]...
and
spawn("nodemon",[" --debug ./server.js 80"]...

paulvi added a commit to with-Eclipse/nodeclipse-1 that referenced this issue Sep 21, 2013
…app.js with node-dev,

forever, supervisor, nodemon etc
@ghost ghost assigned paulvi Sep 21, 2013
@paulvi paulvi closed this as completed in 03bbc2e Oct 6, 2013
@paulvi
Copy link
Member

paulvi commented Jan 27, 2014

Nodemon is special case #118

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants