|
@@ -12,12 +12,12 @@
|
|
"framework": "falcon",
|
|
"framework": "falcon",
|
|
"language": "Python",
|
|
"language": "Python",
|
|
"orm": "Raw",
|
|
"orm": "Raw",
|
|
- "platform": "wsgi",
|
|
|
|
- "webserver": "Gunicorn",
|
|
|
|
|
|
+ "platform": "Gunicorn/Meinheld",
|
|
|
|
+ "webserver": "None",
|
|
"os": "Linux",
|
|
"os": "Linux",
|
|
"database_os": "Linux",
|
|
"database_os": "Linux",
|
|
"display_name": "falcon",
|
|
"display_name": "falcon",
|
|
- "notes": "",
|
|
|
|
|
|
+ "notes": "CPython 2",
|
|
"versus": "wsgi"
|
|
"versus": "wsgi"
|
|
},
|
|
},
|
|
"py3": {
|
|
"py3": {
|
|
@@ -31,12 +31,12 @@
|
|
"framework": "falcon",
|
|
"framework": "falcon",
|
|
"language": "Python",
|
|
"language": "Python",
|
|
"orm": "Raw",
|
|
"orm": "Raw",
|
|
- "platform": "wsgi",
|
|
|
|
- "webserver": "Gunicorn",
|
|
|
|
|
|
+ "platform": "Gunicorn/Meinheld",
|
|
|
|
+ "webserver": "None",
|
|
"os": "Linux",
|
|
"os": "Linux",
|
|
"database_os": "Linux",
|
|
"database_os": "Linux",
|
|
"display_name": "falcon-py3",
|
|
"display_name": "falcon-py3",
|
|
- "notes": "",
|
|
|
|
|
|
+ "notes": "CPython 3",
|
|
"versus": "wsgi"
|
|
"versus": "wsgi"
|
|
},
|
|
},
|
|
"pypy": {
|
|
"pypy": {
|
|
@@ -50,12 +50,12 @@
|
|
"framework": "falcon",
|
|
"framework": "falcon",
|
|
"language": "Python",
|
|
"language": "Python",
|
|
"orm": "Raw",
|
|
"orm": "Raw",
|
|
- "platform": "pypy",
|
|
|
|
- "webserver": "Gunicorn",
|
|
|
|
|
|
+ "platform": "Gunicorn/Tornado",
|
|
|
|
+ "webserver": "None",
|
|
"os": "Linux",
|
|
"os": "Linux",
|
|
"database_os": "Linux",
|
|
"database_os": "Linux",
|
|
"display_name": "falcon-pypy",
|
|
"display_name": "falcon-pypy",
|
|
- "notes": "",
|
|
|
|
|
|
+ "notes": "PyPy",
|
|
"versus": "wsgi"
|
|
"versus": "wsgi"
|
|
}
|
|
}
|
|
}]
|
|
}]
|