Here are the results of testing returning a small text string from a HTTP request implemented in various languages all, tested under the same conditions. The command used to test the server implementations was:
wrk -c 40 -d 60s -t 2 --latency http://localhost:3000
This test used the new async support in python 3.5.