Async Proxy Server
Installation
pip install -r requirements.txt
Run
Run the backend server
python runbackend.py
Run the proxy server
python runproxy.py
Testing
Run the Apache Bench. Then you can see that the server will handle requestsa asynchronously.
ab -n 100 -c 100 http://127.0.0.1:8080/