You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2022. It is now read-only.
Please avoid using native C/C++ dependencies in NPM packages. While native dependencies may offer performance benefits, they also tend to require a lot of extra effort to install and manage in production compared to pure dependencies.
The same is true for native dependencies in Ruby projects, Java projects, Go projects, and so on. By using native dependencies, you limit the deployment environment from Node.js environments to Node.js environments running on very specific OS, architecture, libc, static library configurations, which break more frequently and in less debuggable ways compared to pure, in-language libraries.