other-languages

here be heresies and things we have to use for work
dangercoder 2019-07-01T08:50:50.004700Z

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.

borkdude 2019-07-01T09:06:45.005400Z

@jarvinenemil fwiw for async stuff I use yada/manifold

1👍