Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

jooby

The modular web framework for Java and Kotlin

Maven Central Javadoc Github Discord GitHub 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:

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

Logo Sponsor
Premium Minds @premium-minds
Adam Gent @agentgt
David @tipsy

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.8k 202

  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 5

Repositories

Loading
Type
Select type
Language
Select language
Sort
Select order
Showing 8 of 8 repositories

Top languages

Loading...

Most used topics

Loading...

AltStyle によって変換されたページ (->オリジナル) /