Radoslav Petrov def0559495 Jackson with MySQL connector CVE - partial update (#4858) 6 년 전
..
conf 6fce84a278 WIP: Dockerify everything (#3457) 7 년 전
public afb49a954d jooby: raw-jdbc, postgresql, updates/queries tests and latest release (#2883) 8 년 전
src 6feff2d08f Jooby R15P2 feedback: write direct JSON + rollback plaintext (#2952) 8 년 전
README.md afb49a954d jooby: raw-jdbc, postgresql, updates/queries tests and latest release (#2883) 8 년 전
benchmark_config.json f929f15d1a Dockerize more Java tests (#3351) 7 년 전
jooby.dockerfile c4895857ec Java 11 - Update Docker images to the jdk variant (#4850) 6 년 전
pom.xml def0559495 Jackson with MySQL connector CVE - partial update (#4858) 6 년 전

README.md

Jooby Benchmarking Test

Jooby Scalable, fast and modular micro web framework for Java and Kotlin.

public class App extends Jooby {

  {
    get("/", () -> "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

Multiple Queries Test

Database Update Test

Fortunes Test

Test URLs

Plain Text Test

http://localhost:8080/plaintext

JSON Encoding Test

http://localhost:8080/json

Single Query Test

http://localhost:8080/db

Multiple Queries Test

http://localhost:8080/queries

Database updates Test

http://localhost:8080/updates

Fortunes Test

http://localhost:8080/fortunes