|
|
|
|
|
by antareus
5713 days ago
|
|
The time is certainly ripe for a better language to step in and make cross-platform desktop application development easier. Seems like most anything you use (barring C++) necessitates shipping 20mb of dependencies. I miss the pay for what you use model. |
|
So my vote goes to web for cross-platform while heavily optimizing everything else (everything client-side, at least) for the one platform it natively runs on. I don't see great user experience coming through a different route.
If you do need native capabilities client-side, hybrid apps that embed a UI built using web technologies are a potential option sometimes, too.