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

Summary


In this chapter, we learned about error handling, one of the most important aspects to consider when writing web applications. We learned that operational errors should be dealt with, and we should allow programmer errors to crash our application. Using different techniques to improve the error objects (most notably the stack trace), we have made our debugging lives easier.

In the next chapter, we will tackle different ways of improving the performance of our Express web applications.