Skip to content

Commit 2e34944

Browse files
authored
update readme
1 parent 3ba20f3 commit 2e34944

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

README.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,24 @@
77

88
# ∞ do more, more easily
99

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
1228

1329
Java:
1430

@@ -72,11 +88,6 @@ Previous version
7288
- v2: [Documentation](https://jooby.io/v2) and [source code](https://github.com/jooby-project/jooby/tree/2.x)
7389
- v1: [Documentation](https://jooby.io/v1) and [source code](https://github.com/jooby-project/jooby/tree/1.x)
7490

75-
author
76-
=====
77-
78-
[Edgar Espina](https://twitter.com/edgarespina)
79-
8091
license
8192
=====
8293

0 commit comments

Comments
 (0)