https://github.com/nicknaso/conf-ni-2017
Node.JS With Steroids - Make Better Node.js Application with Native Add-Ons
https://github.com/nicknaso/conf-ni-2017
addon bridge c cpp javascript n-api nan native node-addon nodejs performance
Last synced: about 2 months ago
JSON representation
Node.JS With Steroids - Make Better Node.js Application with Native Add-Ons
- Host: GitHub
- URL: https://github.com/nicknaso/conf-ni-2017
- Owner: NickNaso
- License: apache-2.0
- Created: 2017-03-11T23:09:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T12:33:29.000Z (about 8 years ago)
- Last Synced: 2025-10-20T08:46:48.033Z (8 months ago)
- Topics: addon, bridge, c, cpp, javascript, n-api, nan, native, node-addon, nodejs, performance
- Language: C
- Homepage: http://nacios.it
- Size: 10.2 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Node.js With Steroids
## Make Better Node.js Application with Native Add-Ons
### Binding.gyp resources
* **[Documentation](https://gyp.gsrc.io/docs/UserDocumentation.md)**
* **[Examples from node-gyp wiki](https://github.com/nodejs/node-gyp/wiki/"binding.gyp"-files-out-in-the-wild)**
### Protobuf to transfer data between JS an C / C++ context
#### [Protobuf for Node.js](https://code.google.com/archive/p/protobuf-for-node/)
### Node.js C / C ++ Addons
#### [Documenttation of Node.js Native Addons](https://nodejs.org/dist/latest-v8.x/docs/api/addons.html)
### N-API
#### [Documentation for N-API](https://nodejs.org/dist/latest-v8.x/docs/api/n-api.html)
### Native Abstractions for Node.js
#### [Documentation for NAN](https://github.com/nodejs/nan)
### Web resources
* **[V8 Dcoumentation for Node.js](https://v8docs.nodesource.com/)**
* **[V8 Data Types](https://annamag.github.io/codeandart/outreachy/V8-Data-Types/)**
* **[V8 blog](https://v8project.blogspot.it/)**
* **[Understanding V8 bytecode](https://medium.com/dailyjs/understanding-v8s-bytecode-317d46c94775)**
* **[How to get a performance boost using Node.js native addons](https://medium.com/developers-writing/how-to-get-a-performance-boost-using-node-js-native-addons-fd3a24719c85)**
* **[N-API Next generation Node API for native modules](https://www.slideshare.net/michaeldawson3572846/n-apinode-summit2017final)**
* **[Start with N-API](https://hackernoon.com/n-api-and-getting-started-with-writing-c-addons-for-node-js-cf061b3eae75)**
* **[Nodeaddons.com](https://nodeaddons.com/)**
* **[Building streaming addons with streaming/event-emitter interfaces](https://www.npmjs.com/package/streaming-worker)**
### Nicola Del Gobbo
## Acknowledgements
Thank you to all people that encourage me every day.
## License
Licensed under [Apache license V2](./LICENSE)