Hi all, is it bad to have more than one ktor serve...
# ktor
j
Hi all, is it bad to have more than one ktor server in a jvm? We're trying to do different ports for different APIs for security reasons, but I can't find docs on if this is a bad idea or not
o
I've used ngnix reverse proxy to route different ports to one ktor server. I can't comment on one app vs multiple apps.
d
I don't think ktor has an answer for whether it's bad or not.
j
Yeah, we're exploring the NGINX proxy solution but couldn't figure out if ktor supported multi port solutions. thanks guys