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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
Core Features
8
8
=================
9
9
10
-
The latest release is v0.4.4, more detail changes about it can be found from [Release History](//nginx-clojure.github.io/downloads.html).
10
+
The latest release is v0.4.5, more detail changes about it can be found from [Release History](//nginx-clojure.github.io/downloads.html).
11
11
12
12
1. Compatible with [Ring](https://github.com/ring-clojure/ring/blob/master/SPEC) and obviously supports those Ring based frameworks, such as Compojure etc.
13
13
1. Http Services by using Clojure / Java / Groovy to write simple handlers for http services.
@@ -30,7 +30,7 @@ With this feature one java main thread can handle thousands of connections.
30
30
1. Long Polling & Server Sent Events
31
31
1. Run initialization clojure code when nginx worker starting
32
32
1. Support user defined http request method
33
-
1. Compatible with the Nginx lastest stable version 1.8.0. (Nginx 1.6.x, 1.4.x is also ok, older version is not tested and maybe works.)
33
+
1. Compatible with the Nginx lastest stable version 1.12.0. (Nginx 1.8.x, Nginx 1.6.x, 1.4.x is also ok, older version is not tested and maybe works.)
34
34
1. One of benifits of [Nginx](http://nginx.org/) is worker processes are automatically restarted by a master process if they crash
35
35
1. Utilizes lazy headers and direct memory operation between [Nginx](http://nginx.org/) and JVM to fast handle dynamic contents from Clojure or Java code.
36
36
1. Utilizes [Nginx](http://nginx.org/) zero copy file sending mechanism to fast handle static contents controlled by Clojure or Java code.
@@ -49,19 +49,19 @@ Nginx-Clojure has already been published to https://clojars.org/ whose maven rep
49
49
</repository>
50
50
```
51
51
52
-
After adding clojars repository, you can reference nginx-clojure 0.4.4 , e.g.
52
+
After adding clojars repository, you can reference nginx-clojure 0.4.5 , e.g.
53
53
54
54
Leiningen (clojure, no need to add clojars repository which is a default repository for Leiningen)
0 commit comments