|
hai 1 ano | |
---|---|---|
.. | ||
conf | %!s(int64=5) %!d(string=hai) anos | |
public | %!s(int64=5) %!d(string=hai) anos | |
src | hai 1 ano | |
.gitignore | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=5) %!d(string=hai) anos | |
benchmark_config.json | %!s(int64=2) %!d(string=hai) anos | |
config.toml | hai 1 ano | |
jooby-jetty.dockerfile | hai 1 ano | |
jooby-mvc.dockerfile | hai 1 ano | |
jooby-netty.dockerfile | hai 1 ano | |
jooby-pgclient.dockerfile | hai 1 ano | |
jooby.dockerfile | hai 1 ano | |
pom.xml | hai 1 ano |
Jooby the modular micro web framework for Java and Kotlin.
public class App extends Jooby {
{
get("/", ctx -> "Hello, World!");
}
}
This is the Jooby portion of a benchmarking test suite comparing a variety of web development platforms.
http://localhost:8080/plaintext
http://localhost:8080/json
http://localhost:8080/db
http://localhost:8080/queries
http://localhost:8080/updates
http://localhost:8080/fortunes
mvn clean package -P netty
mvn clean package -P undertow
mvn clean package -P jetty
java -jar target/jooby-2x.jar