Python3 asyncio web framework
aiohttp.readthedocs.org
Python3 asyncio web framework
1–5 of 5 posts
Re: Python3 asyncio web framework
#2Both very interesting BTW
Re: Python3 asyncio web framework
#3I think the link is for aiohttp. The link for asyncio is here: https://docs.python.org/3/library/asyncio.html Both very interesting BTW
Also, quick hack to have websockets too: https://gist.github.com/amirouche/a5da3cf6f0f11eaeb976
Re: Python3 asyncio web framework
#4I think the link is for aiohttp. The link for asyncio is here: https://docs.python.org/3/library/asyncio.html Both very interesting BTW
not sure: “In aiohttp 0.10 we've added highlevel API for web HTTP server.” which must be understood as a very minimal framework. It's explained in the first screen of OP's link. Also, quick hack to have websockets too: https://gist.github.com/amirouche/a5da3cf6f0f11eaeb976
Re: Python3 asyncio web framework
#5I think the link is for aiohttp. The link for asyncio is here: https://docs.python.org/3/library/asyncio.html Both very interesting BTW
not sure: “In aiohttp 0.10 we've added highlevel API for web HTTP server.” which must be understood as a very minimal framework. It's explained in the first screen of OP's link. Also, quick hack to have websockets too: https://gist.github.com/amirouche/a5da3cf6f0f11eaeb976
And yes, we have websockets support but it's not integrated into 'highlevel' API yet -- will be done in next release, we are working on it.