|
@@ -0,0 +1,22 @@
|
|
|
+# Reitit Benchmarking Test
|
|
|
+
|
|
|
+This is the [Reitit](https://github.com/metosin/reitit) portion of a [benchmarking test suite](../) comparing a variety of web development platforms.
|
|
|
+
|
|
|
+### JSON Encoding Test
|
|
|
+
|
|
|
+* [JSON test source](hello/src/hello/handler.clj)
|
|
|
+
|
|
|
+## Infrastructure Software Versions
|
|
|
+
|
|
|
+The dependencies are documented in [project.clj](hello/project.clj),
|
|
|
+but the main ones are:
|
|
|
+
|
|
|
+* [Immutant 2.1.9](http://immutant.org/)
|
|
|
+* [Clojure 1.9.0-RC1](http://clojure.org/)
|
|
|
+* [metosin/jsonista "0.1.0-20171106.055332-4"](https://github.com/metosin/jsonista)
|
|
|
+* [metosin/reitit "0.1.0-20171101.170818-9"](https://github.com/metosin/reitit)
|
|
|
+
|
|
|
+## Test URLs
|
|
|
+### JSON Encoding Test
|
|
|
+
|
|
|
+http://localhost:8080/json
|