diff --git a/README.md b/README.md index 30b57dd..cbacab6 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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`. \ No newline at end of file +[^6]: Using `neu build -r`.