-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
There are currently two methods available for debugging/testing nginx-clojure handlers. One is that we run a normal nginx instance with the jvm remote debugging option enabled. The other is to use the recommended subproject nginx-clojure-embed, which is very easy to use with IDEs and unit testing tools. Later we can do some enhancements
- Add some code to several example projects to show how to use nginx-clojure-embed to debug/test handlers
- Add more documentation to show more details about debugging/testing handlers with nginx-clojure-embed.
- The binary dist of nginx-clojure-embed needs to compile more built-in nginx modules. Related to nginx-clojure-embed need be compiled with more built-in nginx c modules #288