Is it possible to run the router with jetty and have it recompiled on every request for a faster dev workflow ?
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
The key bits are line 27 and line 25