123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- {
- "framework": "socketify.py",
- "tests": [{
- "default": {
- "json_url": "/json",
- "plaintext_url": "/plaintext",
- "port": 3000,
- "approach": "Realistic",
- "classification": "Micro",
- "database": "None",
- "framework": "None",
- "language": "Python",
- "flavor": "PyPy3",
- "orm": "Raw",
- "platform": "None",
- "webserver": "socketify.py",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "socketify.py [PyPy3]",
- "notes": ""
- },
- "python3": {
- "json_url": "/json",
- "plaintext_url": "/plaintext",
- "port": 3000,
- "approach": "Realistic",
- "classification": "Micro",
- "database": "None",
- "framework": "None",
- "language": "Python",
- "flavor": "Python3",
- "orm": "Raw",
- "platform": "None",
- "webserver": "socketify.py-python3",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "socketify.py",
- "notes": ""
- },
- "asgi": {
- "json_url": "/json",
- "plaintext_url": "/plaintext",
- "port": 3000,
- "approach": "Realistic",
- "classification": "Micro",
- "database": "None",
- "framework": "None",
- "language": "Python",
- "flavor": "PyPy3",
- "orm": "Raw",
- "platform": "None",
- "webserver": "socketify.py-asgi",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "socketify.py [ASGI PyPy3]",
- "notes": ""
- },
- "asgi-python3": {
- "json_url": "/json",
- "plaintext_url": "/plaintext",
- "port": 3000,
- "approach": "Realistic",
- "classification": "Micro",
- "database": "None",
- "framework": "None",
- "language": "Python",
- "flavor": "Python3",
- "orm": "Raw",
- "platform": "None",
- "webserver": "socketify.py-asgi",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "socketify.py [ASGI]",
- "notes": ""
- },
- "wsgi": {
- "json_url": "/json",
- "plaintext_url": "/plaintext",
- "port": 3000,
- "approach": "Realistic",
- "classification": "Micro",
- "database": "None",
- "framework": "None",
- "language": "Python",
- "flavor": "PyPy3",
- "orm": "Raw",
- "platform": "None",
- "webserver": "socketify.py-wsgi",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "socketify.py [WSGI PyPy3]",
- "notes": ""
- },
- "wsgi-python3": {
- "json_url": "/json",
- "plaintext_url": "/plaintext",
- "port": 3000,
- "approach": "Realistic",
- "classification": "Micro",
- "database": "None",
- "framework": "None",
- "language": "Python",
- "flavor": "Python3",
- "orm": "Raw",
- "platform": "None",
- "webserver": "socketify.py-wsgi",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "socketify.py [WSGI]",
- "notes": ""
- }
- }]
- }
|