123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237 |
- [framework]
- name = "falcon"
- [main]
- json.url = "/json"
- db.url = "/db"
- query.url = "/queries/"
- update.url = "/updates/"
- fortune.url = "/fortunes"
- plaintext.url = "/plaintext"
- port = 8080
- approach = "Realistic"
- classification = "Micro"
- database = "Postgres"
- framework = "Falcon"
- language = "Python"
- flavor = "Python3"
- orm = "Full"
- platform = "WSGI"
- webserver = "Meinheld"
- os = "Linux"
- database.os = "Linux"
- display.name = "Falcon [Meinheld]"
- notes = "cythonized"
- versus = "wsgi"
- [bjoern]
- json.url = "/json"
- db.url = "/db"
- query.url = "/queries/"
- update.url = "/updates/"
- fortune.url = "/fortunes"
- plaintext.url = "/plaintext"
- port = 8080
- approach = "Realistic"
- classification = "Micro"
- database = "Postgres"
- framework = "Falcon"
- language = "Python"
- flavor = "Python3"
- orm = "Full"
- platform = "WSGI"
- webserver = "bjoern"
- os = "Linux"
- database.os = "Linux"
- display.name = "Falcon [Bjoern]"
- notes = ""
- versus = "wsgi"
- [waitress]
- json.url = "/json"
- db.url = "/db"
- query.url = "/queries/"
- update.url = "/updates/"
- fortune.url = "/fortunes"
- plaintext.url = "/plaintext"
- port = 8080
- approach = "Realistic"
- classification = "Micro"
- database = "Postgres"
- framework = "Falcon"
- language = "Python"
- flavor = "Python3"
- orm = "Full"
- platform = "WSGI"
- webserver = "waitress"
- os = "Linux"
- database.os = "Linux"
- display.name = "Falcon [Waitress]"
- notes = ""
- versus = "wsgi"
- [orjson]
- json.url = "/json"
- db.url = "/db"
- query.url = "/queries/"
- update.url = "/updates/"
- port = 8080
- approach = "Realistic"
- classification = "Micro"
- database = "Postgres"
- framework = "Falcon"
- language = "Python"
- flavor = "Python3"
- orm = "Full"
- platform = "WSGI"
- webserver = "Meinheld"
- os = "Linux"
- database.os = "Linux"
- display.name = "Falcon [Meinheld-Orjson]"
- notes = "cythonized+orjson"
- versus = "wsgi"
- [socketify-wsgi]
- json.url = "/json"
- plaintext.url = "/plaintext"
- port = 8080
- approach = "Realistic"
- classification = "Micro"
- database = "Postgres"
- framework = "Falcon"
- language = "Python"
- flavor = "Python3"
- orm = "Full"
- platform = "WSGI"
- webserver = "Socketify.py"
- os = "Linux"
- database.os = "Linux"
- display.name = "Falcon [socketify.py WSGI]"
- notes = "cythonized"
- versus = "wsgi"
- [socketify-asgi]
- json.url = "/json"
- plaintext.url = "/plaintext"
- port = 8080
- approach = "Realistic"
- classification = "Micro"
- database = "Postgres"
- framework = "Falcon"
- language = "Python"
- flavor = "Python3"
- orm = "Full"
- platform = "ASGI"
- webserver = "Socketify.py"
- os = "Linux"
- database.os = "Linux"
- display.name = "Falcon [socketify.py ASGI]"
- notes = "cythonized"
- versus = "asgi"
- [socketify-asgi-pypy3]
- json.url = "/json"
- plaintext.url = "/plaintext"
- port = 8080
- approach = "Realistic"
- classification = "Micro"
- database = "Postgres"
- framework = "Falcon"
- language = "Python"
- flavor = "PyPy3"
- orm = "Full"
- platform = "ASGI"
- webserver = "Socketify.py"
- os = "Linux"
- database.os = "Linux"
- display.name = "Falcon [socketify.py ASGI Pypy3]"
- notes = ""
- versus = "asgi"
- [socketify-wsgi-pypy3]
- json.url = "/json"
- plaintext.url = "/plaintext"
- port = 8080
- approach = "Realistic"
- classification = "Micro"
- database = "Postgres"
- framework = "Falcon"
- language = "Python"
- flavor = "PyPy3"
- orm = "Full"
- platform = "WSGI"
- webserver = "Socketify.py"
- os = "Linux"
- database.os = "Linux"
- display.name = "Falcon [socketify.py WSGI Pypy3]"
- notes = ""
- versus = "wsgi"
- [pypy3]
- json.url = "/json"
- db.url = "/db"
- query.url = "/queries/"
- update.url = "/updates/"
- fortune.url = "/fortunes"
- plaintext.url = "/plaintext"
- port = 8080
- approach = "Realistic"
- classification = "Micro"
- database = "Postgres"
- framework = "Falcon"
- language = "Python"
- flavor = "PyPy3"
- orm = "Full"
- platform = "WSGI"
- webserver = "Gunicorn"
- os = "Linux"
- database.os = "Linux"
- display.name = "Falcon [Pypy3]"
- notes = ""
- versus = "wsgi"
- [asgi]
- json.url = "/json"
- db.url = "/db"
- query.url = "/queries/"
- update.url = "/updates/"
- fortune.url = "/fortunes"
- plaintext.url = "/plaintext"
- port = 8080
- approach = "Realistic"
- classification = "Micro"
- database = "Postgres"
- framework = "Falcon"
- language = "Python"
- flavor = "Python3"
- orm = "Full"
- platform = "ASGI"
- webserver = "Uvicorn"
- os = "Linux"
- database.os = "Linux"
- display.name = "Falcon [ASGI/Tortoise]"
- notes = ""
- versus = "uvicorn"
- [fastwsgi]
- json.url = "/json"
- db.url = "/db"
- query.url = "/queries/"
- update.url = "/updates/"
- fortune.url = "/fortunes"
- plaintext.url = "/plaintext"
- port = 8080
- approach = "Realistic"
- classification = "Micro"
- database = "Postgres"
- framework = "Falcon"
- language = "Python"
- flavor = "Python3"
- orm = "Full"
- platform = "WSGI"
- webserver = "FastWSGI"
- os = "Linux"
- database.os = "Linux"
- display.name = "Falcon [FastWSGI]"
- notes = ""
- versus = "wsgi"
|