this post was submitted on 11 Sep 2023
1138 points (97.0% liked)

Programmer Humor

32018 readers
419 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] carbonara 11 points 1 year ago

Voyager is made with Ionic. The difference with Electron is that in Ionic, trough Swift/Kotlin, shows a WebView from the System Browser (mobile only) while Electron “installs” Chrome each time (desktop only).

WebApps are great, but Electron is just too much