Flashcard
Native Addons & N-API
N-API provides an ABI-stable C interface for building native addons that survive Node.js upgrades.
Question
What problem does N-API solve for native addons, and how does it differ from using V8/NAN directly?
Click to reveal answer