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.
- Host: GitHub
- URL: https://github.com/etianen/aiohttp-wsgi
- Owner: etianen
- License: bsd-3-clause
- Created: 2015-03-09T16:09:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-02-20T16:42:04.000Z (over 3 years ago)
- Last Synced: 2024-10-14T13:12:33.048Z (12 months ago)
- Topics: http-server, python, wsgi
- Language: Python
- Homepage: https://aiohttp-wsgi.readthedocs.io
- Size: 210 KB
- Stars: 232
- Watchers: 15
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Contributing: docs/contributing.rst
- License: LICENSE
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.