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

Chapter 7. Improving the Application's Performance

This chapter will focus on improving the performance of our Express applications in order to make them faster, use less memory, and be able to handle more concurrent users.

We will be handling the following topics:

  • Frontend optimization tricks to serve static resources

  • Creating a cache system that can be easily integrated into our application

  • Using streams to process data

  • Flushing the content early using streaming templates

  • Handling more users with the cluster