https://github.com/kneth/demonodeextension
Demonstration of C++ extension for node.js
https://github.com/kneth/demonodeextension
cpp nodejs
Last synced: about 1 month ago
JSON representation
Demonstration of C++ extension for node.js
- Host: GitHub
- URL: https://github.com/kneth/demonodeextension
- Owner: kneth
- License: apache-2.0
- Created: 2015-11-03T10:53:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-03T12:02:28.000Z (over 10 years ago)
- Last Synced: 2025-11-12T01:53:10.753Z (5 months ago)
- Topics: cpp, nodejs
- Language: C++
- Size: 145 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demonstration of C++ extension for node.js
This is a small demonstation on how to write extensions for node.js using C++. The extension targets node.js 0.12 and higher.