Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 218 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 218 Bytes

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.