Hello everyone, I’m working with .NET Core on the backend and have added SignalR to update the UI with new values as they are added. For mobile, I’m using Kotlin Multiplatform (KMP) and plan to use Ktor for WebSocket functionality, but I haven’t found resources that work for both platforms. Does anyone know of a site or article that discusses this?