-
Notifications
You must be signed in to change notification settings - Fork 150
Async
Tommi Reiman edited this page Apr 4, 2017
·
11 revisions
Compojure-api supports the new async ring.
- Endpoints can return either manifold
Deferred
or core.asyncManyToManyChannel
s. - Endpoints and Middleware can be invoked with CPS-style enabling custom async.
Ring-adapters (for different web-servers) need to support the async ring. Here's a list of adapters supporting that currently:
Should work, need manual bootstrapping:
- Aleph
- HttpKit
- Immutant