|
пре 8 година | |
---|---|---|
.. | ||
conf | пре 8 година | |
public | пре 8 година | |
src | пре 8 година | |
README.md | пре 8 година | |
benchmark_config.json | пре 8 година | |
pom.xml | пре 8 година | |
setup.sh | пре 8 година | |
source_code | пре 8 година |
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