n-api

About this tag
N-API is a stable application binary interface (ABI) for building native Node.js modules, designed to decouple modules from the underlying JavaScript engine. Content on WindowsForum.com covers N-API's role in the Node-ChakraCore project, including updates from Node.js Interactive 2017 and the Node.js VM Summit. Discussions highlight how N-API addresses ABI compatibility issues in the Node native module ecosystem, enabling modules to work across different JavaScript engines like ChakraCore and V8 without recompilation. The tag also relates to Microsoft's contributions to Node.js, such as running Node on iOS with ChakraCore and promoting VM neutrality. These threads focus on developer tools, cross-platform support, and community collaboration around N-API.
  1. News

    Node-ChakraCore update from Node.js Interactive 2017

    Earlier this year, we shared an update on some key milestones achieved for Node-ChakraCore like cross-platform support, community participation for N-API, Node-ChakraCore on iOS and more. Today, as Node.js enthusiasts from all over the world gather in Vancouver, Canada for Node.js Interactive...
  2. News

    Node-ChakraCore Update: N-API, Node.js on iOS and more

    Today, we are happy to announce a new preview release of ChakraCore, based on Node.js 8, available for you to try on Windows, macOS, and Linux. We started our Node-ChakraCore journey with a focus on Link Removed to a new platform, Windows 10 IoT Core. From the beginning, it’s been clear that in...
  3. News

    Notes from the Node.js VM Summit

    The Chakra team was delighted to host the third Node.js VM Summit recently here at Microsoft. These meetings bring together JavaScript VM vendors, Node collaborators, and CTC members including participants from Google, IBM, Intel, Microsoft, nearForm, and NodeSource. This group is currently...
  4. News

    Node-ChakraCore and VM Neutrality in Node.js

    Back when Node.js was launched, the device landscape was simpler, and using a single JavaScript VM helped provide Node.js the focus to grow rapidly. Today, there is a proliferation in the variety of device types, each with differing resource constraints. In this device context, we believe that...
Back
Top