Book Image

Node.js High Performance

By : Diogo Resende
Book Image

Node.js High Performance

By: Diogo Resende

Overview of this book

Table of Contents (14 chapters)

Summary


Data is a critical part of your application and planning how to structure it is important. Even more important is how you plan your application growth and data escalation. Don't forget about caching for the most used parts of your data, and most importantly, don't forget backups. Replication and clustering are not kinds of backup. You need a correct backup plan that avoids downtime in the future. Don't forget to value your data.

In the next chapter, we'll continue with topics on application performance by seeing how and why tests are important and how you should benchmark and carefully read the results (with a grain of salt). Your application is almost ready for high performance. But before you go for production, make sure you test it thoroughly.