Edgar Espina c87003cac0 Upgrade to latest jooby 10 yıl önce
..
conf cf0872e6ca Jooby benchmark 10 yıl önce
src cf0872e6ca Jooby benchmark 10 yıl önce
README.md cf0872e6ca Jooby benchmark 10 yıl önce
benchmark_config.json c87003cac0 Upgrade to latest jooby 10 yıl önce
pom.xml c87003cac0 Upgrade to latest jooby 10 yıl önce
setup.sh 2f0fc85ee7 Removed Java 7 install, now only Java 8 is supported 10 yıl önce
source_code cf0872e6ca Jooby benchmark 10 yıl önce

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