Writing Native Addons for Node.js in 2026: N-API vs Rust Neon
Learn how to bypass the CPU boundaries of V8. Build high-performance Node.js native addons using C++ Node-API (N-API) and Rust Neon.
6/1/202611 min read
2 articles tagged with Systems Programming
Learn how to bypass the CPU boundaries of V8. Build high-performance Node.js native addons using C++ Node-API (N-API) and Rust Neon.
Take a deep dive under the hood of Deno. Explore how Rust binds with V8 using deno_core, manages event loop bindings, and schedules microtasks.