1234567891011121314151617181920212223242526272829303132 |
- [framework]
- name = "plack"
- [main]
- urls.plaintext = "/plaintext"
- urls.json = "/json"
- urls.db = "/db"
- urls.query = "/db?queries="
- approach = "Realistic"
- classification = "Micro"
- database = "MySQL"
- database_os = "Linux"
- os = "Linux"
- orm = "Raw"
- platform = "Plack"
- webserver = "nginx"
- versus = "plack-async"
- [async]
- urls.plaintext = "/plaintext"
- urls.json = "/json"
- urls.db = "/db"
- urls.query = "/db?queries="
- approach = "Realistic"
- classification = "Micro"
- database = "MySQL"
- database_os = "Linux"
- os = "Linux"
- orm = "Raw"
- platform = "AnyEvent"
- webserver = "nginx"
- versus = "plack"
|