frandallfarmer / neohabitat

Repository for the NeoClassical Habitat Server Project
http://neohabitat.org
MIT License
228 stars 42 forks source link

Using supervisor to ensure Pushserver remains running #313

Closed ssalevan closed 6 years ago

ssalevan commented 6 years ago

Instead of calling to Node directly when launching the Pushserver, we should run it with Supervisor to ensure it remains running during any potential crash scenario. This PR adds the necessary support for this functionality.