Categorygithub.com/DevikaMuthuthandavan/simpleLB
modulepackage
0.0.0-20230918152100-8f07c1525ed5
Repository: https://github.com/devikamuthuthandavan/simplelb.git
Documentation: pkg.go.dev

# README

SimpleLB

A Simple Load Balancer using go lang.

To create a server in Python: python3 -m venv pyvenv --Create a virtual env source pyvenv/bin/activate -- To activate the created venv pip install flask -- Install flask python3 server.py -- To run the server


To run Load Balancer: go run *.go


To run server.py source pyvenv/bin/activate python3 server.py "ServerName" "portNo" --Eg., "Server 1" "5001"


Load test with curl: for i in {1..10}; do curl 127.0.0.1:8000; done

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author