im new to ktor and kinda confused on naming. ktor ...
# ktor
c
im new to ktor and kinda confused on naming. ktor is what i am now using in ios and android. but theres also a ktor server. are there any naming conventions instead of saying "im using ktor" and it being too vague to know what that means?
l
It's rare to see ktor server in an app, so in general, mobile app = ktor client, server app = ktor server (but may also have a client). If it's ambiguous, use ktor server or ktor client, but generally, it's obvious from context.
👍 3
c
thanks. thats helpful. i thought thats what it would mean but wasn't sure since im new.