So what will we be doing?
We are going to be building a load balancer with two main options for load balancing type: random-per-request and round robin. We will also allow for the option of sticky sessions, and use a server for configuration and to allow changes while keeping the load balancer running.