Skip to content

EleisonC/Proxy-Based-Load-Balancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Proxy-Based-Load-Balancer

Proxy Based Load Balancer with Adaptive Decision Engine

Setup & Building

Before proceeding, ensure that the necessary services are running.

Prerequisites

  • Ensure the the example servers are running in the example_servers file

Build Steps

cargo install cargo-watch
cd proxy_load_balancer
cargo build
cd ..

Run server locally (Manually)

# Navigate to the project directory
cd proxy_load_balancer

# Run the load balancer
cargo run

Using Postman

To interact with the load balancer via Postman:

  • Set the address to http://127.0.0.1:4000.

  • Make your API calls to the auth service through this endpoint.

About

Proxy Based Load Balancer with Adaptive Decision Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published