this post was submitted on 21 Mar 2025
1436 points (98.3% liked)
Programmer Humor
25594 readers
1430 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Is there any alternatives to electron ? And why people's doesn't move on to alternatives if electron is huge & heavy resources ?
I mean, Object Pascal was doing the "write once, run anywhere" thing decades ago. Java, too. The former, especially, can make very small programs with big features.
The alternative is "just serve it as a regular website". It doesn't need to be an app to do its job. Name a functionality which only exists in electron but not in the standard browser API.