readme: add more to comparison
This commit is contained in:
parent
f3237c6aa8
commit
b0c042cc2a
@ -1,5 +1,5 @@
|
|||||||
# Gluon
|
# Gluon
|
||||||
Minimal library and self-contained ecosystem for making "desktop apps" from websites easily using Chromium and NodeJS. Uses system installed Chromium and NodeJS, with optional bundling (soon). ***VERY*** early and probably never finished/production ready. *Not* an Electron alternative, mostly.
|
Minimal library and integrated ecosystem for making "desktop apps" from websites easily using Chromium and NodeJS. Uses system installed Chromium and NodeJS, with optional bundling (soon). ***VERY*** early and probably never finished/production ready. *Not* an Electron alternative, mostly.
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
@ -11,13 +11,17 @@ Minimal library and self-contained ecosystem for making "desktop apps" from webs
|
|||||||
- [Glucord](glucord): minimal Discord client loading official webapp (demo/example)
|
- [Glucord](glucord): minimal Discord client loading official webapp (demo/example)
|
||||||
|
|
||||||
|
|
||||||
## "Comparison"
|
## Comparison
|
||||||
|
### Internals
|
||||||
| Part | Electron | Gluon |
|
| Part | Electron | Gluon |
|
||||||
| ---- | -------- | ----- |
|
| ---- | -------- | ----- |
|
||||||
| Frontend | Self-contained Chromium | System Installed Chromium |
|
| Frontend | Self-contained Chromium | System Installed Chromium |
|
||||||
| Backend | Self-contained Node.JS | System Installed Node.JS |
|
| Backend | Self-contained Node.JS | System Installed Node.JS |
|
||||||
| IPC | Electron's Internal API | Gluon's API via CDP |
|
| IPC | Electron's Internal API | Gluon's API via CDP |
|
||||||
|
| Status | Production ready | Early in development |
|
||||||
|
| Ecosystem | Distributed (many separate projects) | Integrated |
|
||||||
|
|
||||||
|
### Stats
|
||||||
| Stat | Electron | Gluon |
|
| Stat | Electron | Gluon |
|
||||||
| ---- | -------- | ----- |
|
| ---- | -------- | ----- |
|
||||||
| Build Size | ~190MB | ~2MB[^1] |
|
| Build Size | ~190MB | ~2MB[^1] |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user