Vector919 / klb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KLB

klb is a simple load balancer written in C.

Currently, klb balances traffic betweeen any hosts passed to it via the command line

Example:

./klb 9000 localhost www.google.com
# balances traffic between localhost and google

> Started server on port 9000!

About


Languages

Language:C 99.0%Language:Makefile 1.0%