DioxusLabs / dioxus

Fullstack app framework for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
20.47k stars 786 forks source link

Hotreloading into mobile targets #2097

Open jkelleyrtp opened 6 months ago

jkelleyrtp commented 6 months ago

Feature Request

Currently our IPC system doesn't bridge the simulator boundaries for iOS/Android. This would be achievable if we simply reused the websocket logic for the web since that currently operates over the network boundary instead of an interprocess socket.