Desktop solution to replace electron #13156
Replies: 2 comments 2 replies
-
@orange-pig I don't think there will be anyone with experiences using Theia using something other than Electron. As far as I know, the Theia backend doesn't run outside of node, and Electron is the only desktop-framework solution that comes with node by default. Everything else (like Tauri) requires a non-node based backend, i.e. Rust for Tauri. |
Beta Was this translation helpful? Give feedback.
-
I want to achieve web page rendering through cef, but theia also has a backend. I don't know if it is possible to achieve the same effect of electron by embedding a node.js in the framework and support extension. Electron is very powerful in toC applications, but it is too large, consumes resources and is inefficient, which also makes it more difficult to apply to toB software. Therefore, wanting to use the powerful functions of theia to in a prefermonce software has given rise to some unpopular hybrid solutions. I think like Qt+lifcef+node, or Tauri + node, and others. If no one has explored this path, it will be a difficult process. |
Beta Was this translation helpful? Give feedback.
-
Does anyone have any experience trying to replace theia's electron with another implementation on the desktop?
Beta Was this translation helpful? Give feedback.
All reactions