123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- [framework]
- name = "django"
- [main]
- urls.plaintext = "/plaintext"
- urls.json = "/json"
- urls.db = "/db"
- urls.query = "/dbs?queries="
- urls.update = "/update?queries="
- urls.fortune = "/fortunes"
- approach = "Realistic"
- classification = "Fullstack"
- database = "MySQL"
- database_os = "Linux"
- os = "Linux"
- orm = "Full"
- platform = "WSGI"
- webserver = "Meinheld"
- versus = "wsgi"
- [socketify-wsgi]
- urls.plaintext = "/plaintext"
- urls.json = "/json"
- approach = "Realistic"
- classification = "Fullstack"
- database = "MySQL"
- database_os = "Linux"
- os = "Linux"
- orm = "Raw"
- platform = "WSGI"
- webserver = "Socketify.py"
- versus = "wsgi"
- [socketify-wsgi-pypy]
- urls.plaintext = "/plaintext"
- urls.json = "/json"
- approach = "Realistic"
- classification = "Fullstack"
- database = "MySQL"
- database_os = "Linux"
- os = "Linux"
- orm = "Raw"
- platform = "WSGI"
- webserver = "Socketify.py"
- versus = "wsgi"
- [postgresql]
- urls.db = "/db"
- urls.query = "/dbs?queries="
- urls.update = "/update?queries="
- urls.fortune = "/fortunes"
- approach = "Realistic"
- classification = "Fullstack"
- database = "Postgres"
- database_os = "Linux"
- os = "Linux"
- orm = "Full"
- platform = "WSGI"
- webserver = "Meinheld"
- versus = "wsgi"
|