Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kneth/demonodeextension
Demonstration of C++ extension for node.js
https://github.com/kneth/demonodeextension
cpp nodejs
Last synced: 2 months 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-03T12:02:28.000Z (about 9 years ago)
- Last Synced: 2023-03-25T14:16:49.882Z (over 1 year ago)
- Topics: cpp, nodejs
- Language: C++
- Size: 145 KB
- Stars: 8
- Watchers: 2
- 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.