Previously, I could run the web server in compojure as follows:
(run-server {:port 8080} "/*" (servlet my-app))
Does anyone know where this function went through the last layout? (0.6.2)
The docs say that I have to run it from the command line and use some fancy auto-reboot function, after which I could also use python.
source
share