Hey, I meant to mention that I’m doing the digital nomad thing. I’m in Quito Ecuador for a couple of months if anyone is in the area and wants to meet up. May be heading to Chile next? At some point I do plan to make it to Europe and run through all sorts of places.
I’ve ran into a bit of a problem. I tried integrating Fulcro with a server that runs async (i.e. it will call (fn [request respond raise]) arity on handlers and middleware and it seems that all the middleware for implementing a server for fulcro in com.fulcrologic.fulcro.server.api-middleware only provides the sync mode arity (fn [request])
the middleware is very very thin. It should be easy to make your own adapter.