Skip to content

Update Neutralino.js in tools.json #120

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions _data/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -1120,12 +1120,10 @@
"Has Vue, React, and Angular boilerplates"
],
"cons": [
"Lacks many OS level features like being able to make a tray icon, or custom window chrome",
"Very limited access to file system, hardware, and OS level features through a tiny API ",
"Hardware- and OS-level features are limited",
"Your UI could run any browser the end user has, meaning that your app must be designed in a cross-browser friendly manner",
"Documentation is pretty light",
"Documentation does some pretty misleading cherry picking of comparing itself against NW.js and Electron",
"Could just be me, but I downloaded the latest stable build on Windows 10 and opened it without changing anything and it crashed in the first 10 seconds"
"Documentation does some pretty misleading cherry picking of comparing itself against NW.js and Electron"
],
"frameworks": [],
"tools": [],
Expand Down