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 different techniques and tools that we can apply into production to monitor our code and collect various metrics. Another topic we tackled is logging with bunyan, which is a production-ready Node-logging module.

Next, we will focus on debugging Express applications. We will see how to set up breakpoints, debug step-by-step with the node inspector, and add REPL to the application, among others.