Top 5 TypeScript load-balancer Projects
-
Project mention: Show HN: Model Gateway – bridging your apps with LLM inference endpoints | news.ycombinator.com | 2024-06-13
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
fargate-app-with-ssl-certificate
Repository from exanubes.com for Fargate App with a SSL Certificate
-
-
nextjs-cdk-example
Deploy a Dockerized Next.js application on AWS using CDK, complete with ECR, load balancing, and auto-scaling features.
Project mention: Crafting a Scalable Node.js API: Insights from My RealWorld Project with Express, Knex, and AWS CDK | dev.to | 2024-11-04One of the significant advantages of this architecture is the flexibility it offers. We can easily switch from a serverless deployment to a containerized solution if needed. The Dockerfile for this purpose is located in the apps/local folder. If you're interested in deploying the Docker container to AWS ECS with a load balancer and auto-scaling capabilities, you can refer to this repository for a comprehensive guide on the process. https://github.com/kenyipp/nextjs-cdk-example
-
Load-Balancer-Implementation
This TypeScript load balancer project replicates features seen in popular load balancers like NGINX and HAProxy. It supports multiple load balancing algorithms (Random, Round-Robin, Weighted-Round-Robin) and performs health checks on backend servers.
Project mention: Building a Feature-Rich Load Balancer in TypeScript: A Detailed Overview | dev.to | 2024-12-22You can explore the complete project on GitHub: Load Balancer Implementation.
TypeScript load-balancer discussion
Index
What are some of the best open-source load-balancer projects in TypeScript? This list will help you:
# | Project | Stars |
---|---|---|
1 | modelgw | 19 |
2 | fargate-app-with-ssl-certificate | 2 |
3 | talos-nodejs-proxy | 1 |
4 | nextjs-cdk-example | 1 |
5 | Load-Balancer-Implementation | 0 |