duct-framework / duct

Server-side application framework for Clojure
MIT License
1.13k stars 51 forks source link

Async #100

Closed 0x4d6165 closed 4 years ago

0x4d6165 commented 4 years ago

Hi! Does duct support async either through core.async or manifold like aleph and pedestal? If not, could support be added?

0x4d6165 commented 4 years ago

Oh, I found the aleph module!

weavejester commented 4 years ago

Yes, there's a library for Aleph and HTTP-Kit, both of which have asynchronous HTTP and websocket support. In addition, the default Jetty adapter supports asynchronous HTTP to a lesser extent.