Skip to content

Utilities for bridging sync (WSGI) and async (ASGI) Falcon components.

License

Notifications You must be signed in to change notification settings

falconry/falcon-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

Utilities for bridging sync (WSGI) and async (ASGI) Falcon components.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages