You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/02/10 13:55:04 UTC

[GitHub] [cordova-electron] Jahrenski commented on issue #2: Documentation - plugins

Jahrenski commented on issue #2:
URL: https://github.com/apache/cordova-electron/issues/2#issuecomment-776720975


   I've found on the web a way to run native C++ into a pure electron app from here : https://gauriatiq.medium.com/electron-app-with-c-back-end-as-native-addon-napi-c67867f4058
   
   Do you guys think it could be possible to leverage this to run from a plugin inside of cordova-electron somehow?
   It compiles C++ into a .node file that is run from a nodejs server from within electron.
   If this would be possible from a plugin's perspective, we will be able to ditch the dying cordova-windows and port most if not all native plugins.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org