An open API service indexing awesome lists of open source software.

https://github.com/etianen/aiohttp-wsgi

WSGI adapter for aiohttp.
https://github.com/etianen/aiohttp-wsgi

http-server python wsgi

Last synced: 6 months ago
JSON representation

WSGI adapter for aiohttp.

Awesome Lists containing this project

README

          

aiohttp-wsgi
============

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!

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!

Resources
---------

- `Documentation `_ is on Read the Docs.
- `Issue tracking `_ and `source code `_ is on GitHub.