|
@@ -24,6 +24,82 @@
|
|
|
"notes": "cythonized",
|
|
|
"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-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"
|
|
|
+ },
|
|
|
+ "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-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"
|
|
|
+ },
|
|
|
"bjoern": {
|
|
|
"json_url": "/json",
|
|
|
"db_url": "/db",
|