Very "uneducated" question: currently Ktor does no...
# ktor
e
Very "uneducated" question: currently Ktor does not provide TCP/UDP socket implementations for JS and some Native targets like Windows. What's a good path to plug-in my own implementation and keep using Ktor's infrastructure?
a
In theory you can try implementing the Ktor's interfaces relates to the sockets but some of them might be internal.