Forever + Nodemon running together

Patrik Fuhrmann picture Patrik Fuhrmann · May 4, 2013 · Viewed 34.7k times · Source

Is there any way to have both of this packages running together?

So basically I want to have best from both worlds. Running server automatically (and restarting when there is an error) and also automatic updates when there is .js file change happening.

Answer

Anton Borodatov picture Anton Borodatov · May 31, 2013

You should run something like this

forever start -c nodemon app.coffee