|
před 8 roky | |
---|---|---|
.. | ||
conf | před 9 roky | |
src | před 9 roky | |
README.md | před 10 roky | |
benchmark_config.json | před 8 roky | |
pom.xml | před 9 roky | |
setup.sh | před 8 roky | |
source_code | před 10 roky |
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