An open API service indexing awesome lists of open source software.

https://github.com/agjs/cpp-nan

Repository for learning NaN (V8 abstraction library) and building native node modules
https://github.com/agjs/cpp-nan

nodejs v8 v8-javascript-engine

Last synced: 30 days ago
JSON representation

Repository for learning NaN (V8 abstraction library) and building native node modules

Awesome Lists containing this project

README

          

# C++ with NaN

This repository has been created for the sake of creating native node modules with NaN. I will
share all my learnings in hear.

# Resources

I will extend the list of resources as I keep learning new stuff. If you have any yourself that you believe are worth listing, please do a pull request.

- [Node API on Addons](https://nodejs.org/api/addons.html)
- [V8 Embedded Guide](https://github.com/v8/v8/wiki/Embedder's-Guide)
- [Node Native Extentions Boilerplate](https://github.com/fcanas/node-native-boilerplate)
- [Node Addons Example](https://github.com/nodejs/node-addon-examples)
- [Nan Documentation](https://github.com/nodejs/nan#readme)
- [Nodeschool Going Native](https://nodeschool.io/#goingnative)