Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 422 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 422 Bytes

PyBalancer

Build Status

Just a simple Load Balancer built on Python3

Running the application and unittests (with pipenv installed):

pipenv run python main.py
pipenv run python -m unittest

After executed it will generate a file named as output.txt containing the result from main.py execution.