Hey all, sorry for spamming.. may be vague questio...
# ktor
t
Hey all, sorry for spamming.. may be vague question for the larger audience. anyone give me why ktor is best bet when writing REST api in kotlin?
c
Ktor seems to be designed with REST routing procedures in mind. Other frameworks are certainly capable of this functionality. What sets Ktor apart is it’s ease of use and simplicity. So it may not be the best bet, but it’s a sure shot to get you a REST API very quickly.
👍 1
d
And it's specially designed for kotlin and kotlin coroutines
👍 1
g
Multiplatform is also an advantage.