https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
h

horothesun

12/16/2019, 3:58 PM
Hi everybody! 👋 😊 It looks like there're no SocketIO client KMP libraries atm, so I was thinking about starting from the current native Swift version, somehow wrapping it into a Kotlin Native library. This feels like the exact opposite 'flow' compared to the "implement it in Kotlin Native" logic. Does this approach even make sense? Are there alternative approaches to reimplementing a SocketIO client library in Kotlin Native? Thanks 🙏
m

marstran

12/16/2019, 4:03 PM
It’s on the roadmap for kotlinx-io I think (look under Structure): https://github.com/Kotlin/kotlinx-io
🙏 1
m

msink

12/16/2019, 4:33 PM
If you want just simple sockets in Kotlin/Native - https://github.com/caffeine-mgn/pw.binom.io
🙏 1