February 2018
Intermediate to advanced
246 pages
6h 3m
English
In this chapter, we will not be discussing Goophr but instead a simple web application for blogging so that we can concentrate on scaling it for the web. Such an application may consist of a single server instance running the database and the blog server.
Scaling a web application is an intricate topic, and we will devote a lot of time to this very subject. As we shall see throughout this section, there are multiple ways to scale a system:
Let's start with the most basic setup, a single server instance.
Read now
Unlock full access