/node_addon_sample

Simple sample using a C addon with node and asyncronous events

Primary LanguageC++

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