Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
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
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ Window.ipc.on('my type', data => { // { more: 'data' }

## Comparisons
### Internals
| Part | Gluon | Electron | Tauri | Neutralinojs |
| ---- | ----- | -------- | ------------ | ----- |
| Frontend | System installed Chromium *or Firefox* | Self-contained Chromium | System installed webview | System installed webview |
| Backend | System installed *or bundled* Node.JS | Self-contained Node.JS | Native (Rust) | Native (Any) |
| IPC | Window object | Preload | Window object | Window object |
| Status | Early in development | Production ready | Usable | Usable |
| Ecosystem | Integrated | Distributed | Integrated | Integrated |
| Part | Gluon | Electron | Tauri | Neutralinojs | WebUI |
| ---- | ----- | -------- | ------------ | ----- | ----- |
| Frontend | System installed Chromium *or Firefox* | Self-contained Chromium | System installed webview | System installed webview | System installed Browser
| Backend | System installed *or bundled* Node.JS | Self-contained Node.JS | Native (Rust) | Native (Any) | Native (Any)
| IPC | Window object | Preload | Window object | Window object | Window object
| Status | Early in development | Production ready | Usable | Usable | Usable
| Ecosystem | Integrated | Distributed | Integrated | Integrated | Integrated


### Benchmark / Stats
Expand All @@ -126,4 +126,4 @@ Basic (plain HTML) Hello World demo, measured on up to date Windows 10, on my ma
[^3]: Includes Node.JS spinup time.
[^4]: Built for win32 zip (not Squirrel) as a fairer comparison.
[^5]: Cold build (includes deps compiling) in release mode.
[^6]: Using `neu build -r`.
[^6]: Using `neu build -r`.