Y
Hacker News
new
|
ask
|
show
|
jobs
by
ericfrederich
3014 days ago
How does that compare to aiohttp? What are the benefits?
2 comments
vsmhn
3013 days ago
I'm not sure I understand the question, are you interested in comparing tornado and aiohttp?
link
omginternets
3013 days ago
aio isn't available for py2. The benefit is that this is available for py2.
link
loeg
3013 days ago
There is
https://github.com/vstinner/trollius
for vanilla Python2.
link
vsmhn
3013 days ago
trollius is no longer maintained
link
loeg
3013 days ago
It's still a reasonable starting place for anyone wanting asyncio on vanilla Python2. Outside of vanilla Python2, Tauthon also has some tracking issues for the language extensions and libraries needed for a backport of asyncio to Tauthon.[0]
[0]:
https://github.com/naftaliharris/tauthon/issues/10
link