dynamic-loadbalancing

There are 4 repositories under dynamic-loadbalancing topic.

  • oystr-foss/proxy-load-balancer

    Oplb is a dynamic proxy load balancer that enables us to handle as many ephemeral clients as possible, while being careless about what discovery backend is being used.

    Language:C++9200
  • tascell/sc-tascell

    Tascell: Backtrcking-based load balancing framework

    Language:HTML9514
  • Swaraj-Deep/loadbalancers

    This repository contains an implementation of a simple Load Balancer built using Node.js. The Load Balancer is designed to distribute incoming client requests across multiple instances of services ensuring efficient resource utilization and improving overall system availability and performance.

    Language:JavaScript110
  • Uttkarsh-raj/Go-Load-Balancer

    Go-Load-Balancer is a lightweight load-balancer built in Golang. It includes implementations for round-robin static routing and least connection dynamic routing. 🔗 https://uttkarsh.hashnode.dev/what-is-a-load-balancer-a-comprehensive-golang-tutorial-for-building-your-own

    Language:Go