figwheel 2018-09-29

I’m trying to run another server as part of my figwheel set-up

It’s a Java server

I was originally thinking about using extra-mains but that seems to be CLJS only - is that right?

Instead I have hacked a ring handler that does nothing but includes code to start up the server when it is loaded

I would actually like to have it as an extra endpoint on the figwheel server but I use aleph so it’s not compatible with Jetty 😞

so anyway I have it all working but wondering if there is a better way than this hack?