reitit

https://cljdoc.org/d/metosin/reitit/ https://github.com/metosin/reitit/
johan 2021-05-26T13:40:10.044600Z

Is it possible to run the router with jetty and have it recompiled on every request for a faster dev workflow ?

athomasoriginal 2021-05-26T14:14:43.044700Z

Depending on your workflow you don’t need to recompile router, or web server, just re-eval your code. This requires a little setup. Here is an example of the basics: https://gist.github.com/athomasoriginal/15ab9f5e01832fda677f80dd635aff46

athomasoriginal 2021-05-26T14:24:27.044900Z

The key bits are line 27 and line 25