Skip to content

Commit df58639

Browse files
committed
Add the Falcon web framework to ASGI implementations
1 parent 05ae3ee commit df58639

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/implementations.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,17 @@ Esmerald
9797
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.
9898

9999

100+
Falcon
101+
------
102+
103+
*Stable* / https://falconframework.org/
104+
105+
Falcon is a no-magic web API and microservices framework, with a focus on
106+
reliability, correctness, and performance at scale.
107+
Supports both WSGI and ASGI, without any hard dependencies outside of the
108+
standard library.
109+
110+
100111
FastAPI
101112
-------
102113

0 commit comments

Comments
 (0)