Hacker News new | ask | show | jobs
by stratospark 5819 days ago
Gevent seems to be the fastest Python async server after Tornado: http://nichol.as/asynchronous-servers-in-python

I'd be interested in seeing node.js benchmarked against these.

1 comments

I find it highly suspicious that the linked writeup doesn't include pyevent (barebones libevent wrapper).