File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed
frameworks/Python/aiohttp Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 2323 "display_name" : " aiohttp" ,
2424 "notes" : " uses asyncpg for database access"
2525 },
26+ "pypy" : {
27+ "json_url" : " /json" ,
28+ "db_url" : " /db" ,
29+ "query_url" : " /queries/" ,
30+ "fortune_url" : " /fortunes" ,
31+ "update_url" : " /updates/" ,
32+ "plaintext_url" : " /plaintext" ,
33+ "port" : 8080 ,
34+ "approach" : " Realistic" ,
35+ "classification" : " Micro" ,
36+ "database" : " Postgres" ,
37+ "framework" : " aiohttp" ,
38+ "language" : " Python" ,
39+ "flavor" : " Pypy3" ,
40+ "orm" : " Raw" ,
41+ "platform" : " asyncio" ,
42+ "webserver" : " None" ,
43+ "os" : " Linux" ,
44+ "database_os" : " Linux" ,
45+ "display_name" : " aiohttp-pypy" ,
46+ "notes" : " uses Pypy instead of CPython" ,
47+ "versus" : " default"
48+ },
2649 "nginx" : {
2750 "json_url" : " /json" ,
2851 "db_url" : " /db" ,
4366 "os" : " Linux" ,
4467 "database_os" : " Linux" ,
4568 "display_name" : " aiohttp-nginx" ,
46- "notes" : " uses nginx as proxy"
69+ "notes" : " uses nginx as proxy" ,
70+ "versus" : " default"
4771 },
4872 "gunicorn" : {
4973 "json_url" : " /json" ,
You can’t perform that action at this time.
0 commit comments