When we need to build a full-fledged web application, writing the whole application from scratch is not the best approach to take. We can use a well-maintained and well-written web application framework to build our application to reduce development effort and increase maintainability.
In this chapter, we will cover the following topics:
- Explore the Express.js web application framework
- Explore the various elements of Express.js
- Develop the necessary code to bootstrap a web application using Express