|
@@ -24,6 +24,44 @@
|
|
|
"notes": "",
|
|
|
"versus": "None"
|
|
|
},
|
|
|
+ "socketify-asgi": {
|
|
|
+ "json_url": "/json",
|
|
|
+ "plaintext_url": "/plaintext",
|
|
|
+ "port": 8080,
|
|
|
+ "approach": "Realistic",
|
|
|
+ "classification": "Micro",
|
|
|
+ "database": "Postgres",
|
|
|
+ "framework": "FastAPI",
|
|
|
+ "language": "Python",
|
|
|
+ "flavor": "Python3",
|
|
|
+ "orm": "Raw",
|
|
|
+ "platform": "asyncio",
|
|
|
+ "webserver": "Socketify.py",
|
|
|
+ "os": "Linux",
|
|
|
+ "database_os": "Linux",
|
|
|
+ "display_name": "FastAPI [Socketify.py ASGI]",
|
|
|
+ "notes": "",
|
|
|
+ "versus": "None"
|
|
|
+ },
|
|
|
+ "socketify-asgi-pypy": {
|
|
|
+ "json_url": "/json",
|
|
|
+ "plaintext_url": "/plaintext",
|
|
|
+ "port": 8080,
|
|
|
+ "approach": "Realistic",
|
|
|
+ "classification": "Micro",
|
|
|
+ "database": "Postgres",
|
|
|
+ "framework": "FastAPI",
|
|
|
+ "language": "Python",
|
|
|
+ "flavor": "Python3",
|
|
|
+ "orm": "Raw",
|
|
|
+ "platform": "asyncio",
|
|
|
+ "webserver": "Socketify.py",
|
|
|
+ "os": "Linux",
|
|
|
+ "database_os": "Linux",
|
|
|
+ "display_name": "FastAPI [Socketify.py ASGI PyPy3]",
|
|
|
+ "notes": "",
|
|
|
+ "versus": "None"
|
|
|
+ },
|
|
|
"gunicorn-orjson": {
|
|
|
"json_url": "/json",
|
|
|
"fortune_url": "/fortunes",
|