Skip to content

NickNaso/seed-node-native-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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