In most tutorials, they use gyp as a building system to develop C ++ node.js add-ons. However, compared to gyp, CMake has a long history and has much more documentation.
So my question is this: which one is better for developing node.js C ++ addon?
Thank.
source
share