AtlasLB
AtlasLB is a high-performance, multi-threaded Layer 4 Load Balancer engineered for high availability and throughput. Built from scratch in C++ using kqueue for MacOS/BSD, it efficiently handles thousands of concurrent connections using an event-driven Reactor pattern. key features include Weighted Round Robin traffic distribution, active health checks for backend servers, and zero-downtime hot-reloading of configurations.
View Project