jenriquez-techempower 56f40f8c61 initial commit of javalin framework with two tests - json and plaintext (#4110) 7 vuotta sitten
..
src 56f40f8c61 initial commit of javalin framework with two tests - json and plaintext (#4110) 7 vuotta sitten
README.md 56f40f8c61 initial commit of javalin framework with two tests - json and plaintext (#4110) 7 vuotta sitten
benchmark_config.json 56f40f8c61 initial commit of javalin framework with two tests - json and plaintext (#4110) 7 vuotta sitten
build.gradle 56f40f8c61 initial commit of javalin framework with two tests - json and plaintext (#4110) 7 vuotta sitten
javalin.dockerfile 56f40f8c61 initial commit of javalin framework with two tests - json and plaintext (#4110) 7 vuotta sitten
settings.gradle 56f40f8c61 initial commit of javalin framework with two tests - json and plaintext (#4110) 7 vuotta sitten

README.md

Javalin framework benchmarking test

This is an implementation of javalin as a portion of a benchmarking test suite comparing a variety of web development platforms.

Running the application

Have gradle installed, then:

gradle run

json test

Point your browser at localhost:8080/json

plaintext test

Point your browser at localhost:8080/plaintext