Summary
Get a recap of what we’ve learned in this chapter.
We'll cover the following...
Press + to interact
In this chapter, we learned how to design Node.js architectures that scale both in capacity and complexity. We saw how scaling an application isn’t only about handling more traffic or reducing the response time, but it’s also a practice to apply whenever we want better availability and tolerance to failures. We saw how these properties often are on the same wavelength, and we understood that scaling early isn’t a bad practice, especially in Node.js, ...