WSGI adapter for aiohttp.
aiohttp-wsgi is actively maintained and used in prodution, with any bug reports or feature requests answered promptly. It's a small, stable library, so can go a long time without new releases or updates!
- Run WSGI applications (e.g. Django, Flask) on aiohttp.
- Handle thousands of client connections, using asyncio.
- Add websockets to your existing Python web app!
- Documentation is on Read the Docs.
- Issue tracking and source code is on GitHub.