|
vor 1 Jahr | |
---|---|---|
.. | ||
conf | vor 5 Jahren | |
public | vor 5 Jahren | |
src | vor 2 Jahren | |
.gitignore | vor 2 Jahren | |
README.md | vor 5 Jahren | |
benchmark_config.json | vor 2 Jahren | |
config.toml | vor 2 Jahren | |
jooby-jetty.dockerfile | vor 1 Jahr | |
jooby-mvc.dockerfile | vor 1 Jahr | |
jooby-netty.dockerfile | vor 1 Jahr | |
jooby-pgclient.dockerfile | vor 1 Jahr | |
jooby.dockerfile | vor 1 Jahr | |
pom.xml | vor 1 Jahr |
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