Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hardillb/node-native
A basic NodeJS Native module using nan to show how to make callbacks from native code while maintaing the wrapper objects context.
https://github.com/hardillb/node-native
Last synced: about 2 months ago
JSON representation
A basic NodeJS Native module using nan to show how to make callbacks from native code while maintaing the wrapper objects context.
- Host: GitHub
- URL: https://github.com/hardillb/node-native
- Owner: hardillb
- License: apache-2.0
- Created: 2017-12-09T14:48:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-09T15:40:56.000Z (about 7 years ago)
- Last Synced: 2024-10-13T16:11:36.352Z (3 months ago)
- Language: C++
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# An example native NodeJS module
A basic NodeJS Native module using nan to show how to make callbacks from native code while
maintaing the wrapper objects context.## Description
This node module simulates a asynchronous process that reports status regularly using an
event emitter pattern.You can test it using the `test.js` script. This starts the service, lets it run for
5 seconds then shuts it down.