Skip to content

Commit

Permalink
Add the Falcon web framework to ASGI implementations (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
vytas7 authored Dec 6, 2024
1 parent 05ae3ee commit a5571ff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/implementations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,17 @@ Esmerald
Esmerald is a modern, powerful, flexible, high performant web framework designed to build not only APIs but also full scalable applications from the smallest to enterprise level. Modular, elagant and pluggable at its core.


Falcon
------

*Stable* / https://falconframework.org/

Falcon is a no-magic web API and microservices framework, with a focus on
reliability, correctness, and performance at scale.
Supports both WSGI and ASGI, without any hard dependencies outside of the
standard library.


FastAPI
-------

Expand Down

0 comments on commit a5571ff

Please sign in to comment.