Building a Web Farm with Docker and Raspberry Pi
Nov 1 · 10 min read

Components of a web farm
A web farm is a structure where two or more computers run on a network to serve the same web application. Incoming web requests are routed to a load balancer server, which offloads the request to one of the computers on the network serving the web application.


