Hi, I am trying to find Clojures equivalent of: Clojures equivalent of https://docs.spring.io/spring/docs/current/spring-framework-reference/web-reactive.html (which I am using at work... no Clojure) Would it be Pedestal? For my "Own" projects I use http-kit, but it's because I don't have the same performance needs as at my job. I am unsure how well this async/non-blocking stuff works with ring.
@jarvinenemil fwiw for async stuff I use yada/manifold