An open API service indexing awesome lists of open source software.

https://github.com/axnjr/computeflow-aslb

Lightning fast, auto-scaling & load-balancing reverse-proxy server for scalable apps deployed over computeflow, written in C++.
https://github.com/axnjr/computeflow-aslb

autoscaler autoscaling c core cpp embedded health-check http-server httplib load-balancer logging monitoring networking notifications proxy-server reverse-proxy scaling status status-connected

Last synced: 4 months ago
JSON representation

Lightning fast, auto-scaling & load-balancing reverse-proxy server for scalable apps deployed over computeflow, written in C++.

Awesome Lists containing this project

README

          



# **Auto-Scaling, Load-Balancing Reverse Proxy Server**

### Highly available, lightning-fast application-level load balancer designed to distribute incoming traffic to target instances based on the Round-Robin algorithm or CPU and memory usage metrics collected from individual instances in the fleet. It features advanced configuration options and an auto-scaler that dynamically scales the fleet of instances in real time based on traffic demands.

# **Features**
- Dynamic Auto Scaling
- Advanced load-balancing
- Sticky Sessions
- Notifications
- Logging & Monitoring
- Status & Request count tracking
- Health Checks
- IP Caching
- Multithreaded
- Memory Safe
- Blazingly Fast
- Cost-Effective
- Robust
- SSL Support

# **What is computeflow ?**
My small ambitious personal project. Its a cheaper alternative to Render and other AWS wrappers. 🤞

Due to [AWS Service-quota Limit](https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) I can't just use there LB, so I made my very own 😎🤙

# **Contributing**
Would really appreciate your PR's for improving it and help especially for docker 😅. I just don't have enough time to research and fix this shit:
```
mcr.microsoft.com/windows/servercore:ltsc2019: failed to resolve source metadata for mcr.microsoft.com/windows/servercore:ltsc2019: no match for platform in manifest: not found
```
![image](https://github.com/user-attachments/assets/fb582b36-d32a-40c6-909e-4059b058dc15)

### **You also contribute by giving this repo a star or fork 🤙🤗**
# Lisence
[Apache License 2.0](https://github.com/Axnjr/computeflow-ASLB/blob/master/LICENSE)