Jooby is a modern, performant and easy to use web framework for Java and Kotlin built on top of yourfavorite web server.
Java:
importstaticio.jooby.Jooby.runApp;publicclassApp {publicstaticvoidmain(finalString[]args) {runApp(args,app -> {app.get("/",ctx ->"Welcome to Jooby!"); }); }}
Kotlin:
importio.jooby.runAppfunmain(args:Array<String>) { runApp(args) { get ("/") {"Welcome to Jooby!" } }}
Documentation is available athttps://jooby.io
| Logo | Sponsor |
|---|---|
![]() | @premium-minds |
| @agentgt | |
![]() | @tipsy |
- v3:Documentation andsource code
- v2:Documentation andsource code
- v1:Documentation andsource code
Popular repositoriesLoading
- FrameworkBenchmarks
FrameworkBenchmarks PublicForked fromTechEmpower/FrameworkBenchmarks
Source code for the framework benchmarking project
PHP 1
- web-frameworks
web-frameworks PublicForked fromthe-benchmarker/web-frameworks
Which is the fastest web framework?
PHP 1
Repositories
Showing 8 of 8 repositories
- library-demo Public
jooby-project/library-demo’s past year of commit activity - FrameworkBenchmarks Public Forked fromTechEmpower/FrameworkBenchmarks
Source code for the framework benchmarking project
jooby-project/FrameworkBenchmarks’s past year of commit activity

