anandukch / node-load-balancer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 100.0%