Nginx-Clojure <https://github.com/nginx-clojure/nginx-clojure> is a Nginx module for embedding Clojure / Java / Groovy programs, typically those Ring based handlers.
Release 0.2.4 contains important updates 1. New Feature: Support Groovy - another dynamic jvm language (issue #34) 2. Fix bug: Slow Memory Leak for Coroutine based Socket bug (issue #32 ) 3. Fix bug: Should Clone ThreadLocals for Coroutines (issue #31) 4. New Feature: More friendly to java users who maybe know nothing about clojure feature (issue #29) 5. Five new nginx directives `handler_type`, `handler_name`, `handler_code`, `rewrite_handler_name`, `rewrite_handler_code`. Make Clojure/Java/Groovy handler configurations have the same form. e.g. The old pair of nginx directives `clojure`, `clojure_code` is equivalent to `handler_type='clojure'` + `handler_code`. The binary release (support win32, linux x86 32bit, linux x64, macosx) can be found from https://sourceforge.net/projects/nginx-clojure/files/ The source files and guide can be found from https://github.com/nginx-clojure/nginx-clojure/blob/master/README.md The index page for guide can be found from https://github.com/nginx-clojure/nginx-clojure/wiki -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.