blob: 146fe7d7517a91221d49b64e334fddf45454d600 (
plain) (
blame)
1
2
3
4
5
6
7
|
WSGI adapter for aiohttp.
Features:
* Run WSGI applications (e.g. Django, Flask) on aiohttp.
* Handle thousands of client connections, using asyncio.
* Add websockets to your existing Python web app!
|