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

Importing custom native addon #3608

Open
pwshehan opened this issue May 12, 2024 · 0 comments
Open

Importing custom native addon #3608

pwshehan opened this issue May 12, 2024 · 0 comments
Labels

Comments

@pwshehan
Copy link

I have created a Node.js native addon. the source code of the native addon is in ./addon/addon.cc. I built it using node-gyp and the built binary is in ./build/Release/addon.node. I want to import it in main.js file. How to import it in development process as well as in production environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant