SaaSHub helps you find the best software and product alternatives Learn more →
Neutralinojs Alternatives
Similar projects and alternatives to neutralinojs
-
tauri
Build smaller, faster, and more secure desktop applications with a web frontend.
-
webview
Tiny cross-platform webview library for C/C++. Uses WebKit (GTK/Cocoa) and Edge WebView2 (Windows).
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
nodegui
A library for building cross-platform native desktop applications with Node.js and CSS 🚀. React NodeGui : https://react.nodegui.org and Vue NodeGui: https://vue.nodegui.org
-
electron
:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS [Moved to: https://github.com/electron/electron] (by atom)
-
sciter-js-sdk
Sciter.JS - Sciter but with QuickJS on board instead of my TIScript
-
tauri-vs-electron
A comparison of the two frameworks: is Tauri a better choice than electron in 2021?
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
Vue.js
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
-
web-to-desktop-framework-comparison
This repository was made to create an objective comparison of multiple framework that grant us to "transform" our web app to desktop application formats.
-
DeskGap
A cross-platform desktop app framework based on Node.js and the system webview
-
nw.js
Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.
-
react-native-windows
A framework for building native Windows apps with React.
-
react-native-reanimated
React Native's Animated library reimplemented
-
Flutter
Flutter makes it easy and fast to build beautiful apps for mobile and beyond
-
Electron
:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
-
-
compose-multiplatform
Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
-
-
-
awesome-desktop-js
🖥️ A list of awesome packages and frameworks for implementing javascript applications on the desktop
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
neutralinojs reviews and mentions
-
Best way to build desktop apps? Should I use electron?
Honestly, I have been LOVING https://neutralino.js.org/
-
[AskJS] Are there any Electron alternatives that uses less recourses?
Neutralino.js | Tauri
-
Desktop UI with F# web frameworks?
Doing some research about Photino, I also found Tauri and Neutralinojs.
-
Is it possible to create a twine game that does not use a browser?
Yes. You need a wrapper for the game though. Something like https://neutralino.js.org/ should be enough.
- Building Desktop Applications with Tauri, Nextjs, Firebase
- Build lightweight cross-platform desktop apps with JavaScript - Neutralinojs
-
Tauri vs. Electron – Real world application
and https://neutralino.js.org/
Their exciting part is
> You can extend Neutralinojs with any programming language (via extensions IPC) and use Neutralinojs as a part of any source file (via child processes IPC).
still:
> Neutralinojs doesn't bundle Chromium and uses the existing web browser library in the operating system (Eg: gtk-webkit2 on Linux). Neutralinojs implements a WebSocket connection for native operations and embeds a static web server to serve the web content.
Comparison with Electron, Tauri and more: https://github.com/Elanis/web-to-desktop-framework-compariso...
-
I built my own Front-end Library/Language, you should too..
you can glean from it, and create your own version like I did, for example I created petal to use with neutralino js - alternative to electron and very light, a webview lib to build desktop apps with JS, because of the way I handle mounting and the like , I did not implement the diffing algorithm yet, but will for maximum performance, for now it works well, because you can create a VDOM in a promise in petal, as it does not mount automatically like react, the developer is responsible for mounting, in fact in petal you can prepare a VDOM minutes earlier and mount it whenever you feel like it,
-
p8modem - General-purpose WebSocket "modem" for PICO-8
this is very nice!, Now I'm wondering if there is enough here to communicate with https://neutralino.js.org/ which can do more heavy lifting.
-
Creating completely offline web app
Electron is 'heavy', but this is basically exactly what it was designed for. Electron has alternatives like Neutralinojs, and NWjs. Alternatively, there is Flutter - it's not exactly what you're asking for, but it is very web like, and would be a very strong candidate for this use case. Pick your poison really.
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0fa199b878>
www.saashub.com | 2 Dec 2023
Stats
neutralinojs/neutralinojs is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of neutralinojs is C++.