msmith-techempower 7806280f2b Merge branch 'cleanup-metadata' of github-msmith:TechEmpower/FrameworkBenchmarks into cleanup-metadata 8 years ago
..
conf 98e45c8a21 jooby: v0.16.0 9 years ago
src 98e45c8a21 jooby: v0.16.0 9 years ago
README.md cf0872e6ca Jooby benchmark 9 years ago
benchmark_config.json dbb6803673 In cases where there is no distinction in 'flavor' within a language use 'None' as the value for flavor. 9 years ago
pom.xml 98e45c8a21 jooby: v0.16.0 9 years ago
setup.sh 152bcd7e9b set the DB host for jooby 9 years ago
source_code cf0872e6ca Jooby benchmark 9 years ago

README.md

Jooby Benchmarking Test

Jooby is a micro-web framework for Java.

public class App extends Jooby {

  {
    get("/plaintext", () -> "Hello, World!");
  }

}

This is the Jooby portion of a benchmarking test suite comparing a variety of web development platforms.

Plain Text Test

JSON Encoding Test

Single Query Test

Versions

Test URLs

Plain Text Test

http://localhost:8080/plaintext

JSON Encoding Test

http://localhost:8080/json

Single Query Test

http://localhost:8080/db