The Node API is an API for building native add ons for Node.JS. It is JS Engine agnostic, and ABI stable, which makes it very versatile and what allows alternative runtimes like Deno and Bun to target Node compatibility. In React Native Windows, we have maintained a fork of Hermes that reimplements JSI on top of the Node API. We have been working with the community to bring this integration to the rest of React Native. Come learn more about what this unlocks, and how much farther you can take your app with the full power of both Hermes and Node-API together!