https://github.com/falconry/falcon-sync
Utilities for bridging sync (WSGI) and async (ASGI) Falcon components.
https://github.com/falconry/falcon-sync
Last synced: about 9 hours ago
JSON representation
Utilities for bridging sync (WSGI) and async (ASGI) Falcon components.
- Host: GitHub
- URL: https://github.com/falconry/falcon-sync
- Owner: falconry
- License: apache-2.0
- Created: 2024-08-25T12:59:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-28T20:32:26.000Z (about 1 year ago)
- Last Synced: 2024-10-29T04:41:31.092Z (12 months ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
falcon-sync
===========``falcon-sync`` is a utility library for bridging sync (WSGI) and async (ASGI)
Falcon components.This library is provided primarily for compatibility purposes, where parts of
an application have not been migrated to, e.g., ``async`` yet; also in the
cases where a specific paradigm is enforced by a third party library (e.g., the
dependency in question only supports ``async``, or conversely, does not support
it at all)... warning::
This project is in the early stages of development.There is not *that* much to see here (yet).