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

#create modules to handle asynchronous communication using native C/C++ modules with node addons api #3

Open
ahsouza opened this issue Mar 1, 2023 · 1 comment

Comments

@ahsouza
Copy link
Contributor

ahsouza commented Mar 1, 2023

No description provided.

@ahsouza
Copy link
Contributor Author

ahsouza commented Mar 1, 2023

!IMPORTANT

Get better performance in building the framework by creating native plugins.
A native plugin in the context of Node.js is a binary file compiled from a low-level language like C/C++

A native add-on is typically written in the C/C++ language and compiled using a standard compiler to a dynamically-linked library (DLL). Also called Shared Library or Shared Object.

A DLL can be loaded into a program dynamically, at runtime. This DLL contains the compiled native code of our C/C++ program and an API to communicate with this compiled code.

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

No branches or pull requests

1 participant