Chapter 6. Scaling
In this chapter we will look at options for scaling Express. Our current solution will not scale beyond a single process/server; introducing a few simple changes will allow us to scale Vision both horizontally and vertically. We will also take a look at an alternative web architecture, and examine how decoupling our application can improve our application and help us scale Express further.