文件名称:node-cpphello:用C ++编写的最简单的“ hello world” node.js模块
文件大小:3KB
文件格式:ZIP
更新时间:2024-05-28 23:50:05
C++
用C ++编写的最简单的“ hello world” node.js模块 这是编写为C ++绑定的超简单模块。 它没有显示如何处理异步io,但至少说明了代码是如何挂接到node和v8的。 这只是一个开始的地方... 下载,构建和测试说明: # Install node-gyp globally if not installed yet npm install -g node-gyp # Clone, build and test git clone git://github.com/lupomontero/node-cpphello.git cd node-cpphello node-gyp configure build npm test 此处更多信息: 进一步阅读:
【文件预览】:
node-cpphello-master
----cpphello.cpp(470B)
----binding.gyp(104B)
----test.js(155B)
----.travis.yml(251B)
----README.md(979B)
----.gitignore(37B)
----package.json(242B)