Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 213 Bytes

nodejs.md

File metadata and controls

6 lines (4 loc) · 213 Bytes

NodeJS

  • Node gyp to compile and use nodejs addons just like regular js library.

  • Writing Node addons in C++

    • C++ optimized for computation extensive tasks.