Node.js原生模块的一个示例

Node.js原生模块的一个示例,An example Node.js native module

JavaScript 其它杂项

访问GitHub主页

共32Star

详细介绍

a-native-example

An example Node.js native module

npm install a-native-example

Used to showcase prebuilds

build status Build status

All prebuilds are build on CI and afterwards downloaded and published in the npm tarball. See prebuildify-ci for more.

Usage

var print = require('a-native-example')

print('hello world') // will print "hello world" from C++

License

MIT

推荐源码