Programming

32 thoughts
last posted May 6, 2017, 10:17 p.m.

14 later thoughts

0

There seems to be three ways of doing async web requests in Clojure: ring-async which uses Jetty's async features, Aleph which passes channels to handlers and HttpKit which obtains the channel once the request is in flight.

17 earlier thoughts