Skip to content

Latest commit

 

History

History
 
 

node_jsaddon

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Demos about write node.js's js addon. how to create addon:
(1) npm init to release package.json
(2) write index.js
(3) cd .. && npm install ./helloworld, helloworld module will install at node_modules dir.