[Feature Request] Compare against some faster Python web frameworks
Hi there 👋 ,
It’d be interesting to see Vibora and Japronto in your performance comparisons.
They’re not really maintained, but their performance is in a different class from things like uvicorn/django/flask.
Hi @jordangarside ,
I just saw these projects. I will definitely have a look the comparison. Thank you! :D
Hi @jordangarside ,
I tried installing these projects on my machine but I was unable to get them up and running. I remember trying with 3.10 and 3.9 for sure and maybe even 3.8 .
Which Python version do you use them wiith?
Yeah it looks like I also had issues with the pypi installs for both,
For Vibora try this:
pip uninstall vibora
pip install Cython
git clone https://github.com/vibora-io/vibora.git
cd vibora
python build.py
python setup.py install
For Japronto try this:
pip install https://github.com/squeaky-pl/japronto/archive/master.zip
Thanks @jordangarside . I will give it a go :D