Skip to content
@jooby-project

jooby

The modular web framework for Java and Kotlin

Maven Central Javadoc Github Discord Become a Patreon Donate

∞ 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:

import static io.jooby.Jooby.runApp;

public class App {

  public static void main(final String[] args) {
    runApp(args, app -> {
      app.get("/", ctx -> "Welcome to Jooby!");
    });
  }
}

Kotlin:

import io.jooby.runApp

fun main(args: Array<String>) {
  runApp(args) {
    get ("/") {
      "Welcome to Jooby!"
    }
  }
}

documentation

Documentation is available at https://jooby.io

help

Discord

donate & support

Previous version

author

Edgar Espina

license

Apache License 2

Popular repositories Loading

  1. jooby jooby Public

    The modular web framework for Java and Kotlin

    Java 1.7k 197

  2. funzy funzy Public archive

    Functional Idioms for Java 8

    Java 4 4

  3. FrameworkBenchmarks FrameworkBenchmarks Public

    Forked from TechEmpower/FrameworkBenchmarks

    Source code for the framework benchmarking project

    PHP 1

  4. jooby.io jooby.io Public

    jooby.io website

    HTML 1 1

  5. web-frameworks web-frameworks Public

    Forked from the-benchmarker/web-frameworks

    Which is the fastest web framework?

    PHP 1

  6. site-generator site-generator Public archive

    Jooby web site generator

    Ruby 6

Repositories

Showing 7 of 7 repositories
  • jooby Public

    The modular web framework for Java and Kotlin

    jooby-project/jooby’s past year of commit activity
    Java 1,714 Apache-2.0 197 11 0 Updated Dec 10, 2024
  • jooby.io Public

    jooby.io website

    jooby-project/jooby.io’s past year of commit activity
    HTML 1 Apache-2.0 1 0 0 Updated Dec 10, 2024
  • .github Public
    jooby-project/.github’s past year of commit activity
    0 Apache-2.0 0 0 0 Updated Jul 14, 2024
  • web-frameworks Public Forked from the-benchmarker/web-frameworks

    Which is the fastest web framework?

    jooby-project/web-frameworks’s past year of commit activity
    PHP 1 MIT 684 0 0 Updated Sep 7, 2023
  • site-generator Public archive

    Jooby web site generator

    jooby-project/site-generator’s past year of commit activity
    Ruby 0 6 2 0 Updated Jul 16, 2019
  • funzy Public archive

    Functional Idioms for Java 8

    jooby-project/funzy’s past year of commit activity
    Java 4 Apache-2.0 4 3 (1 issue needs help) 0 Updated Sep 21, 2017
  • FrameworkBenchmarks Public Forked from TechEmpower/FrameworkBenchmarks

    Source code for the framework benchmarking project

    jooby-project/FrameworkBenchmarks’s past year of commit activity
    PHP 1 1,990 0 0 Updated Mar 20, 2016

Top languages

Loading…

Most used topics

Loading…