Optionally run the app with aleph

This commit is contained in:
Tommi Reiman 2019-08-30 13:11:22 +03:00
parent d00efb8cc6
commit ca7403ccab

View file

@ -146,6 +146,7 @@
(defn start []
(jetty/run-jetty #'app {:port 3000, :join? false, :async true})
;(aleph/start-server (aleph/wrap-ring-async-handler #'app) {:port 3000})
(println "server running in port 3000"))
(comment