I'm planning on using WebSockets (and likely REST)...
# multiplatform
a
I'm planning on using WebSockets (and likely REST) from a cross platform Client (Android/iOS/Desktop and Web) and wondered if anyone has had any success using Ktor - in particular success with Web and Desktop (iOS and Android seem well covered). Or success with a lighter weight alternative - I really only need a small library - nothing fancy. I already have a Golang server that works with a (being replaced) web application/client (JavaScript/Html/CSS) accessing through ws:// and/or wss:// Thank you - Andy
o
Ktor is multiplatform, I have used it with Android, Desktop and Web
a
Perfect - thank you :)