i am looking for a library to establish a longliving 2-way connection between client and server on jvm and js clients
i originally thought ktor would work for websockets
but websocket support is only on CIO, which is only on the jvm it seems
@Nikky read your post on #ktor as well; I haven't tried JS websockets but there must be something to it if they've said it's released (does it have to be integrated with Coroutines I/O for your purposes?). @cy Can you throw any light on this one?