|
3 éve | |
---|---|---|
.. | ||
templates | 3 éve | |
README.md | 3 éve | |
app.py | 3 éve | |
app_bjoern.py | 3 éve | |
app_orjson.py | 3 éve | |
app_waitress.py | 3 éve | |
benchmark_config.json | 3 éve | |
config.toml | 3 éve | |
db_orm.py | 3 éve | |
falcon-bjoern.dockerfile | 3 éve | |
falcon-orjson.dockerfile | 3 éve | |
falcon-pypy3.dockerfile | 3 éve | |
falcon-waitress.dockerfile | 3 éve | |
falcon.dockerfile | 3 éve | |
gunicorn_conf.py | 3 éve | |
helpers.py | 3 éve | |
requirements-bjoern.txt | 3 éve | |
requirements-pypy.txt | 3 éve | |
requirements.txt | 3 éve |
This is the Falcon portion of a benchmarking tests suite comparing a variety of web development platforms.
The information below is specific to Falcon. For further guidance, review the documentation. Also note that there is additional information provided in the Python README.
Falcon is a blazing fast, minimalist Python web API framework for building robust app backends and microservices. The framework works great with both asyncio (ASGI) and gevent/meinheld (WSGI).
Features:
All of the test implementations are located within a single file (app.py) and accessible via http://localhost:8080.