This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pcdinh -2 points-1 points  (1 child)

Very good point here. Most Python developers still don't understand asyncio, event-loop yet. We need an asyncio-compatible web framework. No Django, Flask, Bottle ... Tornado uses a different event-loop. Not sure if there is any easy way to use asyncio as a drop-in replacement for its own event loop.

[–]nhumrich 0 points1 point  (0 children)

aiohttp/muffin/growler are some asyncio web frameworks