You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,15 @@
6
6
7
7
Introducing [Jooby](http://jooby.org) a minimalist web framework for Java 8 or higher.
8
8
9
-
*Simple and effective programming model for building scalable web applications.
9
+
***Solid**. build on top of mature technologies.
10
10
11
-
*Easy to learn and to get started. Ideal for small but also large scale applications.
11
+
***Scalable**. Stateless application development.
12
12
13
-
* Fast, modular and extensible. It is so extensible that even the web server is plugable.
13
+
***Fast, modular and extensible**. It is so extensible that even the web server is plugable.
14
14
15
-
* Ready for modern web, with a lot of JavaScript/HTML/CSS. It is pretty simple to integrate with [grunt](http://gruntjs.com/), [gulp](http://gulpjs.com/), etc...
15
+
***Simple, effective and easy to learn**. Ideal for small but also large scale applications.
16
+
17
+
***Ready for modern web**. That require a lot of JavaScript/HTML/CSS
16
18
17
19
## hello world!
18
20
@@ -32,10 +34,6 @@ public class App extends Jooby {
32
34
33
35
```
34
36
35
-
Want to learn more?
36
-
37
-
Check out the [quickstart](/quickstart) guide.
38
-
39
37
40
38
versioning
41
39
=====
@@ -52,7 +50,7 @@ quickstart
52
50
Just paste this into a terminal (make sure [Java 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) and [Maven 3.x](http://maven.apache.org/download.cgi) are installed):
0 commit comments