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
Landry Norris
08/08/2023, 5:55 PM
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
Colton Idle
08/08/2023, 6:10 PM
thanks. thats helpful. i thought thats what it would mean but wasn't sure since im new.