|
1 | 1 | [](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby) |
2 | | -[](https://javadoc.io/doc/org.jooby/jooby/1.3.0) |
| 2 | +[](https://javadoc.io/doc/org.jooby/jooby/1.4.0) |
| 3 | +[](https://patreon.com/edgarespina) |
3 | 4 | [](https://travis-ci.org/jooby-project/jooby) |
4 | 5 | [](https://coveralls.io/r/jooby-project/jooby?branch=master) |
5 | 6 | [](https://codecov.io/gh/jooby-project/jooby) |
|
11 | 12 |
|
12 | 13 | [Jooby](http://jooby.org) a modular micro web framework for Java and [Kotlin](http://jooby.org/doc/lang-kotlin): |
13 | 14 |
|
14 | | -* **Simple, effective and easy to learn** |
15 | | - |
16 | | -* **Fast development cycles**: run, debug and reload your application using [devtools](http://jooby.org/doc/devtools) available for Maven and Gradle |
17 | | - |
18 | | -* **Script routes**: annotation and reflection free programming model using lambdas. Similar to [express.js](http://expressjs.com), [Sinatra](http://www.sinatrarb.com), etc.. |
19 | | - |
20 | | -* **MVC routes**: annotation and reflection programming model using controller classes. Similar to [Spring](http://spring.io), [Jersey](https://jersey.java.net), etc.. |
21 | | - |
22 | | -* **Multi-server**: [Jetty](http://www.eclipse.org/jetty/), [Netty](http://netty.io) and [Undertow](http://undertow.io) |
23 | | - |
24 | | -* **Multi-protocol**: `HTTP`, `HTTPS`, `HTTP 2.0`, `Server-Sent Events` and `Web-Socket` |
25 | | - |
26 | | -* **Modular**. Make it **full-stack** via the extensive [module eco-system](http://jooby.org/modules) |
27 | | - |
28 | | -* **Ready for the modern web** with the [asset management](http://jooby.org/doc/asset-management) tools |
29 | | - |
30 | | -## found this project useful :heart: |
31 | | - |
32 | | -* Support by clicking the :star: button on the upper right of this page. :v: |
33 | | - |
34 | | -## hello world! |
35 | | - |
36 | 15 | Java: |
37 | 16 |
|
38 | 17 | ```java |
@@ -69,6 +48,30 @@ fun main(args: Array<String>) { |
69 | 48 |
|
70 | 49 | ``` |
71 | 50 |
|
| 51 | +## features |
| 52 | + |
| 53 | +* **Simple, effective and easy to learn** |
| 54 | + |
| 55 | +* **Fast development cycles**: run, debug and reload your application using [devtools](http://jooby.org/doc/devtools) available for Maven and Gradle |
| 56 | + |
| 57 | +* **Script routes**: annotation and reflection free programming model using lambdas. Similar to [express.js](http://expressjs.com), [Sinatra](http://www.sinatrarb.com), etc.. |
| 58 | + |
| 59 | +* **MVC routes**: annotation and reflection programming model using controller classes. Similar to [Spring](http://spring.io), [Jersey](https://jersey.java.net), etc.. |
| 60 | + |
| 61 | +* **Multi-server**: [Jetty](http://www.eclipse.org/jetty/), [Netty](http://netty.io) and [Undertow](http://undertow.io) |
| 62 | + |
| 63 | +* **Multi-protocol**: `HTTP`, `HTTPS`, `HTTP 2.0`, `Server-Sent Events` and `Web-Socket` |
| 64 | + |
| 65 | +* **Modular**. Make it **full-stack** via the extensive [module eco-system](http://jooby.org/modules) |
| 66 | + |
| 67 | +* **Ready for the modern web** with the [asset management](http://jooby.org/doc/asset-management) tools |
| 68 | + |
| 69 | +## found this project useful :heart: |
| 70 | + |
| 71 | +* Support by clicking the :star: button on the upper right of this page. :v: |
| 72 | + |
| 73 | +* Buy [Edgar](https://patreon.com/edgarespina) a beer! |
| 74 | + |
72 | 75 |
|
73 | 76 | want to contribute? |
74 | 77 | ===== |
|
0 commit comments