It is fully compatible with Ring , the standard Clojure web library, making it easy to use frameworks like Compojure.

Get the latest .zip from the releases page and extract it.

is a powerful Nginx module that allows you to embed Clojure, Java, or Groovy programs directly into the Nginx process. By eliminating the need for an external Java application server like Tomcat or Jetty, it enables the creation of high-performance web applications that leverage Nginx's event-driven architecture.

Features coroutine-based sockets compatible with standard Java Socket APIs, allowing one thread to handle thousands of concurrent connections.

You must have JDK 1.8+ installed ( javac -version ).

You only need to manage one Nginx process instead of a complex stack of Nginx + Tomcat + Supervisor. Basic Configuration Example

Scroll to top