node-addon-examples
obs-studio-node


node-addon-examples | obs-studio-node | |
---|---|---|
3 | 4 | |
2,522 | 632 | |
0.4% | 1.4% | |
6.2 | 7.8 | |
4 days ago | 8 days ago | |
C++ | C++ | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
node-addon-examples
-
Vulnerabilities in NodeJS C/C++ add-on extensions
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
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?
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.
obs-studio-node
-
Warcraft Recorder: a lightweight no-fuss application to record and play back your arena games.
It uses this NodeJS library: https://github.com/stream-labs/obs-studio-node
- GitHub - stream-labs/obs-studio-node: libOBS (OBS Studio) for Node.Js, Electron and similar tools
-
Hacker News top posts: Aug 23, 2021
Node.js binding for libobs – OBS studio's internal library\ (0 comments)
- Node.js binding for libobs – OBS studio's internal library
What are some alternatives?
Node-Torrent - This repository contains the torrent node source code written in C++.
input-overlay - Show keyboard, gamepad and mouse input on stream
node-addon-api - Module for using Node-API from C++
obs-text-slideshow - OBS plugin inspired by the built in image slideshow, except for text sources instead. Both Free Type 2 and GDI+ are supported.
Node-Core - This repository contains Node-Core's source code written in C++.
cmake-cookbook - CMake Cookbook recipes.
pnpm - Fast, disk space efficient package manager
obs-random-text - OBS plugin to display a random string from a list
Nest - A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀
electron - :electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS [Moved to: https://github.com/electron/electron]
crystal - 🔮 Graphile's Crystal Monorepo; home to Grafast, PostGraphile, pg-introspection, pg-sql2 and much more!
obs-color-monitor - Vectorscope, waveform, and histogram for OBS Studio

