Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a7ul/blog-addons-example
Blog: NodeJS Addons Example
https://github.com/a7ul/blog-addons-example
blog
Last synced: 2 months ago
JSON representation
Blog: NodeJS Addons Example
- Host: GitHub
- URL: https://github.com/a7ul/blog-addons-example
- Owner: a7ul
- Created: 2018-06-13T06:33:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T11:29:49.000Z (over 6 years ago)
- Last Synced: 2024-08-03T09:06:52.704Z (6 months ago)
- Topics: blog
- Language: C++
- Homepage: https://medium.com/@atulanand94/beginners-guide-to-writing-nodejs-addons-using-c-and-n-api-node-addon-api-9b3b718a9a7f
- Size: 14.6 KB
- Stars: 85
- Watchers: 7
- Forks: 50
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - blog-addons-example
README
# Blog: NodeJS Addons Example
This repo contains the example code for the blog post:
**Beginners guide to writing NodeJS Addons using C++ and N-API (node-addon-api)**
*The blog link :*
[https://medium.com/@atulanand94/beginners-guide-to-writing-nodejs-addons-using-c-and-n-api-node-addon-api-9b3b718a9a7f](https://medium.com/@atulanand94/beginners-guide-to-writing-nodejs-addons-using-c-and-n-api-node-addon-api-9b3b718a9a7f)
To run the example:
- `git clone https://github.com/master-atul/blog-addons-example`
- `npm install`
- `npm run build` //This is mostly not needed. But just in case
- `node index.js`Hope this helps someone 🎉🌮