Join Slack
Powered by
Hi, Is there performance and scalibility differenc...
# ktor
b
Berkay Özkan
06/19/2023, 7:45 AM
Hi, Is there performance and scalibility differences between using enginemain or embedded server?
a
Aleksei Tirman [JB]
06/19/2023, 9:40 AM
No, because
EngineMain
just calls the
embeddedServer
function under the hood.
✅ 1
3
Views
Open in Slack
Previous
Next