Skip to content
@jooby-project

jooby

The modular web framework for Java and Kotlin

Maven CentralJavadocGithubDiscordGitHub 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

donate & support

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

Previous version

author

Edgar Espina

license

Apache License 2

Popular repositories Loading

  1. jooby joobyPublic

    The modular web framework for Java and Kotlin

    Java 1.8k 202

  2. funzy funzyPublic archive

    Functional Idioms for Java 8

    Java 4 4

  3. FrameworkBenchmarks FrameworkBenchmarksPublic

    Forked from TechEmpower/FrameworkBenchmarks

    Source code for the framework benchmarking project

    PHP 1

  4. jooby.io jooby.ioPublic

    jooby.io website

    HTML 1 1

  5. web-frameworks web-frameworksPublic

    Forked from the-benchmarker/web-frameworks

    Which is the fastest web framework?

    PHP 1

  6. site-generator site-generatorPublic archive

    Jooby web site generator

    Ruby 5

Repositories

Showing 8 of 8 repositories

Top languages

Loading…

Most used topics

Loading…