Book Image

Mastering Web Application Development with Express

By : Alexandru Vladutu
Book Image

Mastering Web Application Development with Express

By: Alexandru Vladutu

Overview of this book

Table of Contents (18 chapters)
Mastering Web Application Development with Express
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Ensuring the application uptime


Making sure that a web application is running should be a primary concern for us. Big companies like to brag about 99.9 percent uptime for their applications, and this should be the goal for everybody, really.

To monitor live applications and restart them when they crash, there are a number of solutions, including native OS ones:

It's important to have such a monitoring tool for our Express applications, whether it's one of the preceding tools or another one. Without such a tool, we will have to manually take care of restarting the application when it crashes.