Skip to content

Load Balancer written in Python with async. Fast and lightweight

Notifications You must be signed in to change notification settings

Divan009/AsyncFlowLB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Commands:

how to run example::

go to examples/config.yaml

look at load_balance.servers and put tweak those values

1. start your servers

- pipenv shell
- cd scripts 

Server 1:

python server.py --host 127.0.0.1 --port 60001

Server 2:

python server.py --host 127.0.0.1 --port 60002

Server 3:

python server.py --host 127.0.0.1 --port 60003

2. Once your servers are started, run

python -m stealth_paws.main --config examples/config.yaml --type yaml

About

Load Balancer written in Python with async. Fast and lightweight

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages