Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 213 Bytes

File metadata and controls

12 lines (7 loc) · 213 Bytes

cppaddoninnodejs

Calling cpp code from node js

Compilation:

  • This step will create addon.node ( Format which can be used in node js app like require('addon.node')
  1. npm run compile

Run:

  1. npm run start