Hi all! I was wondering if there was a ktor multip...
# server
p
Hi all! I was wondering if there was a ktor multiplatform server implementation available? I'm hoping to be able to run an embedded server on iOS and Android devices.. I've been looking through the ktor documents but multiplatform only references client code
f
There is no multiplatform server, Ktor Server cant be used without the JVM, because it has dependencies on Java/Jvm Code
❤️ 1
p
Ok, thanks
b
Although posix ktor server is in the works
p
where is a good place to view that progress?
b
Can't remember. Try looking for a feature branch on github
n
Keep in mind that Android doesn't support POSIX.
e