|
9 years ago | |
---|---|---|
.. | ||
conf | 9 years ago | |
src | 9 years ago | |
README.md | 9 years ago | |
benchmark_config.json | 9 years ago | |
pom.xml | 9 years ago | |
setup.sh | 9 years ago | |
source_code | 9 years ago |
Jooby is a micro-web framework for Java.
public class App extends Jooby {
{
get("/plaintext", () -> "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