https://github.com/asphalt-framework/asphalt-web
Web application component for the Asphalt framework
https://github.com/asphalt-framework/asphalt-web
webapp websockets
Last synced: 5 months ago
JSON representation
Web application component for the Asphalt framework
- Host: GitHub
- URL: https://github.com/asphalt-framework/asphalt-web
- Owner: asphalt-framework
- License: apache-2.0
- Created: 2015-05-04T11:49:53.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2026-01-12T20:11:38.000Z (5 months ago)
- Last Synced: 2026-01-13T01:19:53.808Z (5 months ago)
- Topics: webapp, websockets
- Language: Python
- Homepage:
- Size: 163 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Contributing: docs/contributing.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://github.com/asphalt-framework/asphalt-web/actions/workflows/test.yml/badge.svg
:target: https://github.com/asphalt-framework/asphalt-web/actions/workflows/test.yml
:alt: Build Status
.. image:: https://coveralls.io/repos/github/asphalt-framework/asphalt-web/badge.svg?branch=master
:target: https://coveralls.io/github/asphalt-framework/asphalt-web?branch=master
:alt: Code Coverage
.. image:: https://readthedocs.org/projects/asphalt-web/badge/?version=latest
:target: https://asphalt-web.readthedocs.io/en/latest/?badge=latest
:alt: Documentation
This Asphalt framework component provides integrations for various web frameworks,
enabling them to make use of Asphalt components.
The following web frameworks are catered for:
* ASGI_ 3.0
* AIOHTTP_
* Django_
* FastAPI_
* Litestar_
* Starlette_
WSGI is not supported because Asphalt focuses on asynchronous operation and WSGI is a
synchronous web application gateway standard.
.. _ASGI: https://asgi.readthedocs.io/
.. _AIOHTTP: https://docs.aiohttp.org/
.. _Django: https://www.djangoproject.com/
.. _FastAPI: https://fastapi.tiangolo.com/
.. _Litestar: https://litestar.dev/
.. _Starlette: https://www.starlette.io/
Project links
-------------
* `Documentation `_
* `Help and support `_
* `Source code `_
* `Issue tracker `_