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

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