0
Node.js vs Ktor
Which of these two frameworks is better for server-side coding? If anyone has worked with ktor, please share your experience
2 Respostas
+ 1
ThieF_[Css] Node.js vs Ktor, I would lean toward Node.js as many more including myself have direct experience with it over Kotlin's Ktor framework.
+ 1
Anytime you start talking web backend, it makes sense to use the same language your frontend must use. Since browsers only understand JS, I would always use node.js as a first choice.