Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 310 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 310 Bytes

Prism-LB

A simple layer 7 load balancer written in Rust providing the following functionality.

  • Distributes client requests efficiently across multiple servers.
  • Ensures high availability and reliability by sending requests only to servers that are online.
  • Add or subtract servers as demand dictates.