summaryrefslogtreecommitdiffstats
path: root/python/python3-falcon/README
blob: 0b14a6ae0ab2e311fe309ff9bcd6492f4ae554b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
The Falcon Web Framework

Falcon is a minimalist ASGI/WSGI framework for building
mission-critical REST APIs and microservices, with a focus on
reliability, correctness, and performance at scale.

When it comes to building HTTP APIs, other frameworks weigh you down
with tons of dependencies and unnecessary abstractions.
Falcon cuts to the chase with a clean design that embraces HTTP and
the REST architectural style.

Falcon apps work with any WSGI or ASGI server, and run like a champ
under CPython 3.5+ and PyPy 3.5+ (3.6+ required for ASGI).