We have coroutines-io and http client with it (in ...
# graviton-browser
o
We have coroutines-io and http client with it (in #ktor) but it doesn’t yet fully support every http feature. It can be suitable, can be not. But it performs better than okhttp or apache with high load. Can try it.
@e5l do you think it makes sense to try using CIO client?
e
Yep, CIO backend performs well on high load. Check https://ktor.io/clients/http-client.html for examples