1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "framework": "uwsgi",
- "tests": [{
- "default": {
- "json_url": "/json",
- "port": 8080,
- "approach": "Stripped",
- "classification": "Platform",
- "database": "None",
- "framework": "None",
- "language": "Python",
- "flavor": "Python2",
- "orm": "Raw",
- "platform": "None",
- "webserver": "uWSGI",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "uwsgi",
- "notes": "",
- "versus": ""
- },
- "nginx-uwsgi": {
- "json_url": "/json",
- "port": 8080,
- "approach": "Stripped",
- "classification": "Platform",
- "database": "None",
- "framework": "None",
- "language": "Python",
- "flavor": "Python2",
- "orm": "Raw",
- "platform": "None",
- "webserver": "nginx-uWSGI",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "uwsgi",
- "notes": "",
- "versus": ""
- }
- }]
- }
|