readme: tweaks

This commit is contained in:
Oj 2022-12-08 14:59:00 +00:00
parent b75a9d42cc
commit 3359cbd955

View File

@ -4,7 +4,7 @@ Minimal library and integrated ecosystem for making "desktop apps" from websites
<br> <br>
## Ecosystem ## Ecosystem
- [Gluon](gluon): the Gluon library - [Gluon](gluon): the Gluon library (NodeJS)
- [Glugun](glugun): builds Gluon apps into releasable builds with optional bundling (soon) - [Glugun](glugun): builds Gluon apps into releasable builds with optional bundling (soon)
### Apps ### Apps
@ -15,8 +15,8 @@ Minimal library and integrated ecosystem for making "desktop apps" from websites
### Internals ### 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 | | Status | Production ready | Early in development |
| Ecosystem | Distributed (many separate projects) | Integrated | | Ecosystem | Distributed (many separate projects) | Integrated |