Nodejs detect shutdown or crash | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Nodejs detect shutdown or crash

Can I somehow detect sudden shutdown, error or crash so I can save the server progress before that? It must include the whole nodejs application.

12th Sep 2018, 1:57 PM
Toni Isotalo
Toni Isotalo - avatar
2 Answers
+ 6
I use Raygun for Error Mangaement in Nodejs Check it Out: https://raygun.com/languages/node
12th Sep 2018, 3:19 PM
Femi
Femi - avatar
+ 6
There is also Sentry for Node.js https://docs.sentry.io/clients/node/
12th Sep 2018, 4:36 PM
Burey
Burey - avatar