awesome-desktop-js
awesome-desktop-js copied to clipboard
🖥️ A list of awesome packages and frameworks for implementing javascript applications on the desktop
gnh1201/welsonjs
GRadarJS
This looks interesting: https://github.com/i5ik/graderjs It could maybe go under the Web and Packaging sections.
I noticed while reading that some of these were out of date, so I fixed them.
There is a similar list on this site: https://www.slant.co/topics/9043/~electron-alternatives-for-cross-platform-app-development-using-web-technologies Maybe it can help ? Feel free to close if you think it's not useful or you had a look.
Any particular reason React Native didn't make the list?
Rust GUI Framework Slint recently pushed its js bindings to beta phase. And it’s pretty usable from js/ts with support for multiple js runtimes See: - https://github.com/slint-ui/slint - https://docs.slint.dev/latest/docs/node
There is a Gtk binding for JS, too. Barely tried it but it is easy to start. The doc is spread out on many websites unfortunately. The most relevant I...