node-addon-examples

Node.js C++ addon examples from http://nodejs.org/docs/latest/api/addons.html (by nodejs)

Node-addon-examples Alternatives

Similar projects and alternatives to node-addon-examples

  1. gRPC

    The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. node-gyp

    Node.js native addon build tool

  4. node-addon-api

    Module for using Node-API from C++

  5. Node-Torrent

    This repository contains the torrent node source code written in C++.

  6. Node-Core

    This repository contains Node-Core's source code written in C++.

  7. pnpm

    118 node-addon-examples VS pnpm

    Fast, disk space efficient package manager

  8. Nest

    354 node-addon-examples VS Nest

    A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript ๐Ÿš€

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. crystal

    ๐Ÿ”ฎ Graphile's Crystal Monorepo; home to Grafast, PostGraphile, pg-introspection, pg-sql2 and much more! (by graphile)

  11. obs-studio-node

    libOBS (OBS Studio) for Node.Js, Electron and similar tools

  12. nan

    Native Abstractions for Node.js

  13. Node-InfrastructureTorrent

    This repository contains the InfrastructureTorrent node source code written in C++.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better node-addon-examples alternative or higher similarity.

node-addon-examples discussion

Log in or Post with

node-addon-examples reviews and mentions

Posts with mentions or reviews of node-addon-examples. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-08-14.
  • Vulnerabilities in NodeJS C/C++ add-on extensions
    3 projects | dev.to | 14 Aug 2024
    Looking at the provided examples, we can see that in some examples , assert is used to check the return value of some functions. However, if an assert is reached by tainted values (from the javascript code) during the program execution, it can lead to a crash (DoS). While reviewing some projects, we found several occurrences of reachable asserts in the code logic, so I thought itโ€™s worth mentioning as part of the previous list.
  • Calling C++ from nodejs
    3 projects | /r/cpp_questions | 20 Apr 2022
    Yeah, that's the only place I found a napi.h file, so I think tutorials using that are assuming the node-addon-api? Anyways checking out examples like this, https://github.com/nodejs/node-addon-examples/blob/7ca7b6d03c1acb72fe292b4be468009534a20ff3/2_function_arguments/node-addon-api/addon.cc, it actually looks pretty easy to use to call C++ functions in node
  • What should be the correct way to send to the front-end the napi_values I receive from the native-addon?
    1 project | /r/node | 8 Feb 2022
    I am trying to communicate this native addon with the front-end. It consists of a prime number generator, when it is executed it writes to the console, I want it to send them via Sockets to the browser console.
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 6 Feb 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more โ†’

Stats

Basic node-addon-examples repo stats
3
2,523
6.2
4 days ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that C++ is
the 7th most popular programming language
based on number of references?