Skip to content

May 2019 Presentation on Native Modules in NodeJS using NAN

Notifications You must be signed in to change notification settings

shaynefitzgerald/nan-presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Native Abstractions for Node.js Presentation

Contributing

C/C++ Code is formatted using the clang-format extension for VSCode. You can install it on OSX using brew install clang-format and use this extension to invoke it from VSCode.

If you have issues with errors reported by Intellisense for <node_version.h>, you will need to edit your c_cpp_properties.json to add your node-gyp headers to the includePath.

"includePath": [
    "${workspaceFolder}/**",
    "~/.node-gyp/<node version>/include/node"
],

Where <node version> is the version of node you're compiling against.

About

May 2019 Presentation on Native Modules in NodeJS using NAN

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published