Fork me on GitHub
#reitit
<
2021-05-26
>
Johan13:05:10

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

athomasoriginal14:05:43

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

athomasoriginal14:05:27

The key bits are line 27 and line 25