aiohttp-wsgi

WSGI adapter for aiohttp.

BSD-3-CLAUSE License

Downloads
56K
Stars
232
Committers
10

aiohttp-wsgi

WSGI adapter for aiohttp <http://aiohttp.readthedocs.io/en/stable/web.html>_.

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!

Features

  • Run WSGI applications (e.g. Django <https://www.djangoproject.com/>, Flask <http://flask.pocoo.org/>) on aiohttp <http://aiohttp.readthedocs.io/en/stable/web.html>_.
  • Handle thousands of client connections, using asyncio <https://docs.python.org/3/library/asyncio.html>_.
  • Add websockets <http://aiohttp.readthedocs.io/en/stable/web.html#websockets>_ to your existing Python web app!

Resources

  • Documentation <https://aiohttp-wsgi.readthedocs.io/>_ is on Read the Docs.
  • Issue tracking <https://github.com/etianen/aiohttp-wsgi/issues>_ and source code <https://github.com/etianen/aiohttp-wsgi>_ is on GitHub.