mbland / custom-links

An application for allowing authenticated users to create and dereference custom URLs hosted on a custom domain.
ISC License
7 stars 1 forks source link

Implement proper shutdown in index.js #140

Open mbland opened 7 years ago

mbland commented 7 years ago

As mentioned in #138, the next step in ensuring a proper shutdown is updating the main Node.js server process itself in index.js. I've a local branch that already does this, inspired by the implementation of the stoppable package, though slightly tweaked and still in need of tests.