26e4ccd468
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! WWW: https://github.com/etianen/aiohttp-wsgi
9 lines
251 B
Text
9 lines
251 B
Text
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!
|
|
|
|
WWW: https://github.com/etianen/aiohttp-wsgi
|