Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 894 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 894 Bytes

Seed to build Node.js native module

This repository is a starting point to build a native Node.js module.

Installation

  • Clone the repository:
git clone https://github.com/NickNaso/seed-node-native-module.git
  • Install all requested dependencies
npm install

Now you can start in using this base code to build your own native module. All information about developing Node.js native module are available below as reference.

Reference:

Official Node.js documentation

Native Abstraction for Node.js

Official Node.js examples

The V8 Getting started guide

The V8 Embedders guide

The V8 API documentation