← 返回首页
GitHub - jooby-project/jooby at 3.x · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

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

Provide feedback

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

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

jooby-project/jooby

Go to file
Code
 
 

Repository files navigation

More items

∞ 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

support my work

sponsors

Logo Sponsor
@premium-minds
@tipsy
@mercedes-benz

Previous version

author

Edgar Espina

license

Apache License 2

About

The modular web framework for Java and Kotlin

Topics

Resources

License

Security policy

Stars

1.8k stars

Watchers

50 watching

Forks

Sponsor this project

 
Sponsor

Packages

 
 
 

Contributors

Footer

© 2026 GitHub, Inc.