Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NodeJS/Electron support #56

Open
tresf opened this issue May 20, 2019 · 2 comments
Open

Add NodeJS/Electron support #56

tresf opened this issue May 20, 2019 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@tresf
Copy link

tresf commented May 20, 2019

Per request of @scream3r, the ability to abstract the native code and make the library re-usable for Electron/NodeJS support.

@tresf tresf added enhancement New feature or request help wanted Extra attention is needed labels May 20, 2019
@tresf tresf added this to the 3.0.0 milestone May 20, 2019
@bmarwell
Copy link

The new build setup I am currently creating will create jar files which will only contain a single .so file. Optionally I can add the header and create other archive types. I'd it this which was requested?

@tresf
Copy link
Author

tresf commented Jan 25, 2020

I've never written an Electron native plugin before, but the various tutorials seem to all mention a node-gyp utility and often a electron-rebuild utility which matches Node.js modules to a Electron-compatible version.

Electron wouldn't need the Jar file specifically, so this task would likely be more of an API-abstracting (or API-Electron-JNI-wrapping) task rather than a request for other archive types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants