Testing webserver with HTTPKit and Reitit, versus some other frameworks
Prerequisites: Java 8 or 11
Install all the deps
$ lein install
$ lein run
Build the jar
$ lein uberjar
# ...
# Compiling webapp.core
# Created /<proj-dir>/target/webapp-0.1.0-SNAPSHOT.jar
# Created /<proj-dir>/target/webapp-0.1.0-SNAPSHOT-standalone.jar
Run the jar file with proper ENV
$ CLJ_ENV=production java -jar target/webapp-0.1.0-SNAPSHOT-standalone.jar