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