Skip to content

jooby-project/jooby

Repository files navigation

Maven CentralJavadocGithubDiscordReproducible BuildsGitHub Sponsors

∞ do more, more easily

Jooby is a modern, performant and easy to use web framework for Java and Kotlin built on top of your favorite 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

Documentation is available at https://jooby.io

help

Discord

support my work

sponsors

LogoSponsor
Premium Minds@premium-minds
Adam Gent@agentgt
David@tipsy

Previous version

author

Edgar Espina

license

Apache License 2

Powered by

JetBrains logo.

Sponsor this project

 

Packages

No packages published

Contributors 97