mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
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
10 lines
251 B
Plaintext
10 lines
251 B
Plaintext
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
|