gluon/README.md
2022-12-07 16:07:40 +00:00

11 lines
412 B
Markdown

# Gluon
*Not* an Electron alternative. Uses system installed Chromium and Node.JS. ***VERY*** early and probably never finished/production ready.
<br>
## "Comparison"
| Part | Electron | Gluon |
| ----- | -------- | ----- |
| Frontend | Self-contained Chromium | System Installed Chromium |
| Backend | Self-contained Node.JS | System Installed Node.JS |
| IPC | Electron's Internal API | Gluon's API via CDP |