|
@@ -24,6 +24,44 @@
|
|
|
"notes": "CPython 3.6",
|
|
|
"versus": "wsgi"
|
|
|
},
|
|
|
+ "socketify-wsgi": {
|
|
|
+ "plaintext_url" : "/plaintext",
|
|
|
+ "json_url": "/json",
|
|
|
+ "port": 8080,
|
|
|
+ "approach": "Realistic",
|
|
|
+ "classification": "Fullstack",
|
|
|
+ "database": "MySQL",
|
|
|
+ "framework": "django",
|
|
|
+ "language": "Python",
|
|
|
+ "flavor": "Python3",
|
|
|
+ "orm": "Full",
|
|
|
+ "platform": "None",
|
|
|
+ "webserver": "Socketify.py",
|
|
|
+ "os": "Linux",
|
|
|
+ "database_os": "Linux",
|
|
|
+ "display_name": "Django [Socketify.py WSGI]",
|
|
|
+ "notes": "CPython 3.6",
|
|
|
+ "versus": "wsgi"
|
|
|
+ },
|
|
|
+ "socketify-wsgi-pypy": {
|
|
|
+ "plaintext_url" : "/plaintext",
|
|
|
+ "json_url": "/json",
|
|
|
+ "port": 8080,
|
|
|
+ "approach": "Realistic",
|
|
|
+ "classification": "Fullstack",
|
|
|
+ "database": "MySQL",
|
|
|
+ "framework": "django",
|
|
|
+ "language": "Python",
|
|
|
+ "flavor": "PyPy3",
|
|
|
+ "orm": "Full",
|
|
|
+ "platform": "None",
|
|
|
+ "webserver": "Socketify.py",
|
|
|
+ "os": "Linux",
|
|
|
+ "database_os": "Linux",
|
|
|
+ "display_name": "Django [Socketify.py WSGI PyPy3]",
|
|
|
+ "notes": "",
|
|
|
+ "versus": "wsgi"
|
|
|
+ },
|
|
|
"postgresql": {
|
|
|
"db_url": "/db",
|
|
|
"query_url": "/dbs?queries=",
|