davidasync
05/17/2019, 2:42 AMQ. Does http4k support an Async model? I need webscale!
A. Not at the moment. Adding Async support is a decision that we are thinking about carefully so that we don't end up complicating the API. When we do add it, it'll probably use co-routines and they're still marked as experimental which is another reason we are holding off. As for the scaling arguments, see the above answer relating to production usage.
But I'm seeing this library also support
- Apache sync + async HTTP
- Jetty HTTP (supports sync and async HTTP)
- OkHttp HTTP (supports sync and async HTTP)
- Java (bundled with http4k-core)
Which mean support async model, isnt it ?Nezteb
05/17/2019, 3:31 AMdave
05/17/2019, 3:50 AMdavidasync
05/17/2019, 5:42 AMdave
05/17/2019, 9:56 AMNezteb
05/17/2019, 4:26 PMdave
05/19/2019, 12:51 PMdavidasync
05/19/2019, 4:38 PM