This is a hello app with http-kit written by clojure, which supports Hot code reload by using ring.middleware.reload.
Download from http://example.com/FIXME.
$ lein ring server # using Jetty
or
$ lein run # using http-kit
$ java -jar hello-0.1.0-standalone.jar [args]
FIXME: listing of options this app accepts.
...
...
Copyright © 2013 FIXME
Distributed under the Eclipse Public License, the same as Clojure.