|
il y a 3 ans | |
---|---|---|
.. | ||
conf | il y a 5 ans | |
public | il y a 5 ans | |
src | il y a 4 ans | |
README.md | il y a 5 ans | |
benchmark_config.json | il y a 5 ans | |
config.toml | il y a 4 ans | |
jooby-jaxrs.dockerfile | il y a 4 ans | |
jooby-jetty.dockerfile | il y a 4 ans | |
jooby-netty.dockerfile | il y a 4 ans | |
jooby-pgclient.dockerfile | il y a 4 ans | |
jooby.dockerfile | il y a 4 ans | |
pom.xml | il y a 3 ans |
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