Fork me on GitHub
#reitit
<
2019-04-11
>
uiltjesrups16:04:17

Is there a way to make routing with reitit-pedestal dynamic / reloadable like it is in Pedestal (http://pedestal.io/guides/developing-at-the-repl#_starting_and_stopping_the_http_server)?

grierson10:04:03

The issue is with stopping and starting the server opposed to Reitit. For that you need to use a lib like Integrant or Component. https://github.com/weavejester/integrant

uiltjesrups11:04:26

Thanks! I'll check it out.