Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 507 Bytes

File metadata and controls

32 lines (19 loc) · 507 Bytes

Load Balancer

A Load Balancer efficiently distributes incoming network traffic across multiple servers for enhanced reliability and performance. Here's my implementation in TypeScript

Installation

  1. Clone the repository:

    git clone https://github.com/geraldaddey/load-balancer.git
  2. Navigate to the project directory:

    cd load_balancer
  3. Install dependencies:

    npm install

License

MIT License

Author

Gerald Kweku Addey