LoadBalancer.ts

Description

This is a simple load balancer that distributes requests to a set of servers using a random algorithm.

Getting Started

Dependencies

  • http-proxy
  • typescript

Installing

  • Clone the repository
  • Run npm install

Executing program

  • Run npm start
  • The load balancer will be listening on port 8080