" 博客内包含标签「node.js」的文章  共1篇 "

编写Node原生模块

平常我们写node module的时候,都是直接用javascript去写,今天我们来学习下如何使用c/c++来写node模块,用c/c++写的优势就在于...