|
7 | 7 |
|
8 | 8 | # ∞ do more, more easily |
9 | 9 |
|
10 | | -[Jooby](https://jooby.io) is a modern, performant and easy to use web framework for Java and Kotlin built on top of your |
11 | | -favorite web server. |
| 10 | +[Jooby](https://jooby.io) is a modern, high-performance web framework for Java and Kotlin, designed to run seamlessly atop your preferred web server. |
| 11 | + |
| 12 | +## 🚀 Built for Speed |
| 13 | +- **High Performance**: Consistently ranks among the fastest Java frameworks in TechEmpower benchmarks. |
| 14 | +- **Lightweight Footprint**: Low memory usage and fast startup times make it ideal for microservices and serverless environments. |
| 15 | +- **Choose Your Engine**: Built to run on your favorite high-performance servers: Netty, Jetty, or Undertow. |
| 16 | + |
| 17 | +## 🛠️ Developer Productivity |
| 18 | +- **Instant Hot-Reload**: Save your code and see changes immediately without restarting the entire JVM. |
| 19 | +- **Modular by Design**: Only use what you need. Jooby offers over 50 "thin" modules for database access (Hibernate, JDBI, Flyway), security (Pac4j), and more. |
| 20 | +- **OpenAPI & Swagger**: Automatically generate interactive documentation for your APIs with built-in OpenAPI 3 support. |
| 21 | + |
| 22 | +## 🧩 Unrivaled Flexibility |
| 23 | +- **The Power of Choice**: Use the Script API (fluent, lambda-based routes) for simple apps, or the MVC API (annotation-based) for complex enterprise projects. |
| 24 | +- **Reactive & Non-Blocking**: Full support for modern async patterns, including Kotlin Coroutines, RxJava, Reactor, and CompletableFutures. |
| 25 | +- **First-Class Kotlin Support**: Native DSLs and features designed specifically to make Kotlin development feel intuitive and type-safe. |
| 26 | + |
| 27 | +## Quick Start |
12 | 28 |
|
13 | 29 | Java: |
14 | 30 |
|
@@ -72,11 +88,6 @@ Previous version |
72 | 88 | - v2: [Documentation](https://jooby.io/v2) and [source code](https://github.com/jooby-project/jooby/tree/2.x) |
73 | 89 | - v1: [Documentation](https://jooby.io/v1) and [source code](https://github.com/jooby-project/jooby/tree/1.x) |
74 | 90 |
|
75 | | -author |
76 | | -===== |
77 | | - |
78 | | - [Edgar Espina](https://twitter.com/edgarespina) |
79 | | - |
80 | 91 | license |
81 | 92 | ===== |
82 | 93 |
|
|
0 commit comments