Using Turbo Native/Strada to build a cross platform desktop app

Hi guy,

Do you think that using Turbo Native/Strada to build a cross platform desktop app (for Window, Linux, or MacOS) is a possible outcome?

I have a SPA webapp, and now I need to embedded some of the views in the SPA into a desktop app. Wraping the Webview is not enough as the desktop app need to receive/send message from the web server, not only display the component on the screen, but also using that message to control some external hardware.

1 Like

Yes I think this would be possible because with Turbo Native frameworks have easy ways to switch from using a WebView to using a fully native view that you could add your native features and then communicate with the web app using a API request.