Nodejs C + + addon

Source: Internet
Author: User

The compiler is a C + + compiler (g++?). Official Examples:

Http://nodejs.org/api/addons.html


Private examples:

http://cnodejs.org/topic/4f3dc5e19605c56a4b05351f


V8 API documentation, write-C + + development essentials

This API has an older version of node, which is 10. X's.

Http://izs.me/v8-docs/annotated.html


Node-webkit 0.10.2 based on node 0.11.13

Only official documents

Http://nodejs.org/docs/v0.11.13/api/addons.html#addons_hello_world


Addon Build Tool

Recommended use of Node-gyp, installation method: NPM install-g Node-gyp

It is recommended not to use NODE-WAF.

Build Cmd:node-gyp Configure build or NODE-GYP rebuild

Example Summary

Https://github.com/rvagg/node-addon-examples/tree/master/1_hello_world

There are samples on GitHub.

    1. You need to have BINGING.GYP tell Node-gyp build the source and destination files.

Format:

{

"Targets": [

{

"Target_name": "Pidof",

"Sources": ["pidof.cc"]

}

]

}

    1. source file

C + + source files.

    1. Package information file

Record package information.

Nodejs C + + addon

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.