Radoslav Petrov ec98e030f3 Massive dependencies update - Java and related languages (#4093) 6 years ago
..
conf 6fce84a278 WIP: Dockerify everything (#3457) 7 years ago
public afb49a954d jooby: raw-jdbc, postgresql, updates/queries tests and latest release (#2883) 8 years ago
src 6feff2d08f Jooby R15P2 feedback: write direct JSON + rollback plaintext (#2952) 8 years ago
README.md afb49a954d jooby: raw-jdbc, postgresql, updates/queries tests and latest release (#2883) 8 years ago
benchmark_config.json f929f15d1a Dockerize more Java tests (#3351) 7 years ago
jooby.dockerfile 7d5804a50a Use Java 10 instead of 9 where possible, downgrade to 8 when not (#3620) 7 years ago
pom.xml ec98e030f3 Massive dependencies update - Java and related languages (#4093) 6 years ago

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