[python] Add socketify.py
socketify.py is the second-highest ranking python framework on the TechEmpower benchmarks. I think it could be interesting adding it here.
if @cirospaciari is not opposed to, you can create a PR @lucascompython
Not opposed to, actually would be happy :D thank @waghanza to tag me
Nice! I'll definitely create a PR when I got the time.
Socketify can use Pypy for better performance, but the Dockerfile for the current python frameworks pulls a python image, should I create "another language" for pypy?
@lucascompython https://github.com/TechEmpower/FrameworkBenchmarks/tree/master/frameworks/Python/socketify.py take a look in how I setup the docker files dont use "the framework image" use the python and pypy image, dont use alpine either, add with both PyPy and CPython aka Python (is fair to add both or add a PyPy category)
@lucascompython
should I create "another language" for pypy?
yes, but maybe I will do it
Could you make a PR only with socketify implementation ?
I'll push into it to make sure socketify use pypy
@cirospaciari the ui could not show the results for both cpython and pypy (unless you have two directories, one for cpython and one for pypy, feature planned tho)