This project helps you build C++ modules for Node.js using the CMake meta build system. While the default way of building Node.js C++ modules is to use node-gyp, there's no requirement to do so. If ...
This package generates import maps that implement Node.js ESM resolution algorithm. With these import maps, code dependent on Node.js module resolution becomes executable in browsers. Example of code ...