|
před 3 roky | |
---|---|---|
.. | ||
conf | před 5 roky | |
public | před 5 roky | |
src | před 4 roky | |
README.md | před 5 roky | |
benchmark_config.json | před 5 roky | |
config.toml | před 4 roky | |
jooby-jaxrs.dockerfile | před 4 roky | |
jooby-jetty.dockerfile | před 4 roky | |
jooby-netty.dockerfile | před 4 roky | |
jooby-pgclient.dockerfile | před 4 roky | |
jooby.dockerfile | před 4 roky | |
pom.xml | před 3 roky |
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