fulcro

tony.kay 2026-01-23T18:52:32.528789Z

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.

🎉 4
roklenarcic 2026-01-23T00:12:07.899169Z

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])

tony.kay 2026-01-23T18:53:14.383169Z

the middleware is very very thin. It should be easy to make your own adapter.