Skip to content

Load balancer written in ASP.NET Core with ASP.NET Core MVC app for metrics and logs

Notifications You must be signed in to change notification settings

strachob/load-balancer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Load balancer in .NET

This project objective was to create simple load balancer. It has got capabilities of distributong load with several algorithms:

  • round robin
  • random
  • connection count

Project is split up to two folders.

Service

Simple site written in Python Flash to show number of actual instance. It is running on docker. Project contains also PowerShell script to run instances of this service.

Load Balancer

Build Status

This is the main project folder. It contains Two ASP.NET Projects:

LoadBalancer

LoadBalancer Build Status

Actual load balancer

LoadBalancer.Logs.Web

LoadBalancer.Logs.Web Build Status

ASP.NET Core MVC project for presenting logs, metrics and charts of those for different time periods.

About

Load balancer written in ASP.NET Core with ASP.NET Core MVC app for metrics and logs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 59.6%
  • HTML 35.1%
  • Dockerfile 2.2%
  • CSS 2.0%
  • Python 0.4%
  • JavaScript 0.4%
  • PowerShell 0.3%