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
Aleksei Tirman [JB]
04/22/2024, 8:00 PM
In theory you can try implementing the Ktor's interfaces relates to the sockets but some of them might be internal.