KTor or Spark? Which is production ready for Kotlin web services?

Viewed 3291

I am writing an enterprise web service application using Kotlin. I am now using KTor since it is async and high performant But as you may know, Ktor is somewhat young, and the feature 'coroutine' is experimental in Kotlin! Is it wise to use Ktor anyway?

1 Answers
Related