node-gtk
GTK+ bindings for NodeJS (via GObject introspection) (by romgrk)
parcel
The zero configuration build tool for the web. π¦π (by parcel-bundler)
node-gtk | parcel | |
---|---|---|
2 | 185 | |
512 | 43,898 | |
0.6% | 0.1% | |
4.9 | 9.2 | |
10 months ago | 9 days ago | |
C++ | JavaScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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-gtk
Posts with mentions or reviews of node-gtk.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-20.
-
CTA: We need Web Developers to Contribute to GNOME!
I'll say it because it kinda saddens me, but contributing to gnome is not a fun experience. Even though I would be normally super excited about such a request and would be happy to contibute to a FOSS project that I like (I did https://github.com/romgrk/web-toolkit and https://github.com/romgrk/node-gtk after all), my experience with many of the long term contributors to gnome has simply been too disheartening. You guys should think about why so many people are put off from contributing to gnome.
-
GTK 4.2.0 is out! New GL renderer, input hints, and a whole new API reference
Look, all I'm saying is GTK needs to do better in terms of documentation, it has been needing it for years. I've worked on nodejs bindings for years and I've more than once stopped worked on it altogether simply out of frustration due to the absence of proper documentation for the whole ecosystem. Please, don't take all this as an attack, I'd be happy to help. But I think you're limiting the project by applying restrictions that chase those who could help.
parcel
Posts with mentions or reviews of parcel.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-05-07.
-
Migrating a JavaScript Project from Prettier and ESLint to BiomeJS
https://parceljs.org/ is another.
It even supports languages like `` out of the box which is pretty cool.<p>IIRC it downloads necessarily plugins on the fly.
-
Create React App is Deprecated β Whatβs Next ?
Parcel is another alternative that requires zero configuration and is super fast. If you want a simple React setup without any hassle, Parcel is a great choice.
-
Bun 1.2 Is Released
From its documentation [1] it looks a lot like a parceljs replacement [2], i.e. a zero config bundler which processes and bundles the dependencies in .html pages. So great for simple websites, not for replacing an entire Vite stack.
[1] https://bun.sh/docs/bundler/fullstack
[2] https://parceljs.org
-
What is Evan You doing by creating VoidZero, and what are the issues with JS toolchains?
Packagers are the ones we most frequently come into contact with, such as Webpack Vite and Parcel. The latter may not be commonly used, but it is also a well-established tool.
-
Node.js: A brief history of cjs, bundlers, and esm
npm packages dramatically sped up the productivity of developers by being able to leverage other developers' work. However, it had a major disadvantage: cjs was not compatible with web browsers. To solve this problem, the concept of bundlers was born. browserify was the first bundler which essentially worked by traversing an entry point and "bundling" all the require()-ed code into a single .js file compatible with web browsers. As time went on, other bundlers with additional features and differentiators were introduced. Most notably webpack, parcel, rollup, esbuild and vite (in chronological order).
- Parcel is a zero configuration build tool for the web
-
TypeScript 5.7 RC Released, New npm Alternative, The Future of JavaScript Frameworks and more
The AI Framework Debate
-
Bluetooth Low Energy based RGB LED Strip color control from a web browser and STM32
You will need a web bundler. You can use parcel.js
-
Connecting to BLE device and Reading Characteristics using JavaScript
To run this script, we need a web bundler like parcel js.
-
Tools and libraries widely used in micro frontend architectures!
Official Website
What are some alternatives?
When comparing node-gtk and parcel you can also consider the following projects:
gnome-keyring-yubikey-unlock - This is a read-only mirror for https://git.recolic.net/root/gnome-keyring-yubikey-unlock
gulp - A toolkit to automate & enhance your workflow
marker - Convert PDF to markdown + JSON quickly with high accuracy
vite - Next generation frontend tooling. It's fast!
SwiftGtk - A Swift wrapper around gtk-3.x and gtk-4.x that is largely auto-generated from gobject-introspection
Rollup - Next-generation ES module bundler