node-addon-api
Electron
node-addon-api | Electron | |
---|---|---|
14 | 242 | |
2,205 | 115,159 | |
1.0% | 0.5% | |
8.7 | 9.9 | |
6 days ago | 1 day ago | |
C++ | C++ | |
MIT License | MIT License |
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-api
-
Matanuska ADR 001 - Encoding Language
It's the official extension mechanism, and therefore has the best support
- Vulnerabilities in NodeJS C/C++ add-on extensions
- How to run one AsyncWorker at a time?
-
Electrons Are Fast, So Can Be Electron – How to Optimize Electron App Performance
If we want it fast, Node-API looks like a perfect solution. A library written in C/C++ must be fast. If you prefer to use C++ over C, the node-addon-api can help. This is probably one of the best solutions available, especially since it is officially supported by the Node.js team. It’s super stable once it is built, but it can be painful during development. Errors are often far from easy to understand, so if you are no expert in C, it might kick your ass very easily.
-
node-addon-api v7.0.0 released
The Node-API Team proudly announces the release of version 7.0.0 of node-addon-api, the C++ wrapper of the ABI-stable C-based Node-API (npm, GitHub).
- What's the "modern" way of creating a native addon for Node.js?
-
A priimer on the use of stdin/stdout and stderr
Node ffi is an unnecessary wrapper around addon api. See https://github.com/nodejs/node-addon-api
- Absolutely love this "little" 4hr project.
-
Calling C++ from nodejs
Did a little digging, napi is header file in an npm package that's supposed to help you build C++ addons, node_api is node's actual API. https://github.com/nodejs/node-addon-api you might have already been using this. The examples have enough code that it shouldn't be too bad to get started
- Throwing errors in callback
Electron
-
Release Radar · October 2024: Major updates from the open source community
One of the most loved frameworks around is Electron. It's used for writing cross-platform desktop applications. The latest release brings you navigationHistory extensions, a new handler for unlocking a cryptographic device, plenty of bug fixes, removal of some support, and some deprecated properties in favour of others. If you're an Electron user, check out the release notes so you're up to date.
-
GitHub Repositories Every Developer Should Know: An In-Depth Guide
Visit the repository for source code and documentation.
-
Electron Repo—Unpredictable Metrics, Efficient Deployments
There's a high probability that a bunch of desktop apps you are using are built with Electron. Electron is a framework that combines Node.js, parts of Chromium, and a layer of native code. Apps like Visual Studio Code, Slack, Atom, WhatsApp, or even the installer for Microsoft's Visual Studio use it to build for Windows, macOS, and Linux. Though Electron has its own fanbase, many flock to its competitor, Tauri, for its significantly better startup times and lower memory consumption.
- Electron dropped support for applications that require more than 4 GB of RAM
-
Top 20 Javascript Libraries on Github
Repository: Electron
-
Electrifying Software: Electron
Electron GitHub Repository
-
Release Radar • February 2024 Edition
The team at Electron have been faithfully shipping new releases almost every single month. I think they had Christmas off 🤔. This popular framework has developers writing cross-platform desktop applications using JavaScript, HTML and CSS. The latest update depreciates some process events, and added new modules, APIs, methods, and more. Read into all the changes in the Electron release notes. This month, Electron also introduced a new formal RFC process.
-
The IDEs we had 30 years ago and we lost
VS Code has been crashing at launch in Wayland since more than eight months ago:
https://github.com/electron/electron/issues/37531
-
Design Systems with Web Components
So we talked a lot about the Atomic Design Principle, but you could just use that in any system and start creating. You could have Angular components, React Components, and Vue Components. But if you notice these don't easily work Everwhere. So the solution is to use Web Components because the modern browser can already understand these, and any Front-End framework can then utilize these components. You can use Electron for desktop (Slack, VSCode), PWA for both Android and iOS, and across all browsers Can I Use.
- Settings · Rulesets · electron/electron
What are some alternatives?
nan - Native Abstractions for Node.js
tauri - Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
mineflayer - Create Minecraft bots with a powerful, stable, and high level JavaScript API.
dotenv - Loads environment variables from .env for nodejs projects.
opus - Native opus bindings for node
Eel - A little Python library for making simple Electron-like HTML/JS GUI apps
electron-quick-start - Clone to try a simple Electron app
react-native - A framework for building native applications using React
node-addon-examples - Node.js C++ addon examples from http://nodejs.org/docs/latest/api/addons.html
cheerio - The fast, flexible, and elegant library for parsing and manipulating HTML and XML.
rust-crc32fast - Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust
puppeteer - JavaScript API for Chrome and Firefox