Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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 🎉🌮