套件:node-addon-api(8.0.0-1)
node-addon-api 的相關連結
Debian 的資源:
下載原始碼套件 node-addon-api:
- [node-addon-api_8.0.0-1.dsc]
- [node-addon-api_8.0.0.orig.tar.gz]
- [node-addon-api_8.0.0-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Node.js header-only C++ wrapper classes
node-addon-api contains header-only C++ wrapper classes which simplify the use of the C based Node-API provided by Node.js when using C++. It provides a C++ object model and exception handling semantics with low overhead.
There are three options for implementing addons: Node-API, nan, or direct use of internal V8, libuv and Node.js libraries. Unless there is a need for direct access to functionality which is not exposed by Node-API as outlined in C/C++ addons in Node.js core, use Node-API.
Node.js is an event-based server-side JavaScript engine.
其他與 node-addon-api 有關的套件
|
|
|
|
-
- dep: libnode-dev
- evented I/O for V8 javascript (development files)
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable