xavero / node_addon_sample

Simple sample using a C addon with node and asyncronous events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This just show a example on how to call JS functions from a C AddOn

Includes a sample with a Callback and emitting a event outside the main Thread.

Executing (be sure to have node-gyp installed):

npm install
npm start

About

Simple sample using a C addon with node and asyncronous events


Languages

Language:C++ 83.9%Language:JavaScript 13.1%Language:Python 3.0%