TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Desktop Apps with Deno

72 pointsby modinfoalmost 3 years ago

5 comments

OJFordalmost 3 years ago
This is what frustrates me with JS development&#x2F;the ecosystem - why use Astrodon instead of Tauri directly, with deno and whatever else you want? Sure maybe a bit quicker to get started, but there&#x27;s more unknown&#x2F;unfamiliar, another set of docs to look at, another thing that could be the cause when something goes wrong, just unnecessary indirection.<p>Or put another way, why isn&#x27;t this just a template repo, why does it need it&#x27;s own &#x27;community&#x27;, versioning, plugin system etc., it just seems like an annoying level to have a framework at to me - on top of Tauri but beneath any svelte&#x2F;vue&#x2F;etc. framework you might use.
评论 #32470934 未加载
评论 #32469889 未加载
评论 #32470212 未加载
评论 #32470369 未加载
tormehalmost 3 years ago
Hopefully we&#x27;ll get cross-platform (desktops, mobile, and web) GUI libraries that aren&#x27;t using webtech on non-web platforms soon. Flutter is already viable, I believe. There are also some interesting movements in Rust-land: Lapce uses Druid to run on all desktop platforms. Sadly, neither Druid nor Iced support the mobile OSes yet. But eventually we might be able to forget about all these Electron and Electron-esque messes.
评论 #32470632 未加载
评论 #32469817 未加载
评论 #32469696 未加载
horsawlarwayalmost 3 years ago
Lovely to see this space continue to grow.<p>Despite the hate it gets, Electron is an incredible tool to be able to quickly create a decent native experience (and as someone who uses linux - I tend to get native apps with company support, which is <i>miles</i> ahead of where I was 10 years ago).<p>I&#x27;m glad to see folks playing around with the native installed webviews - now that MS is all in on webview2, this feels like a good solution to some of the bloat required by locking a chromium version in electron.<p>Slightly more likely to hit compatibility issues across machines, but for most apps not using cutting edge apis - not too much of a concern.
评论 #32470291 未加载
评论 #32470077 未加载
lagrange77almost 3 years ago
Does it use the native&#x2F;default webview of the platform?
评论 #32468819 未加载
hrdwdmrblalmost 3 years ago
Can someone on Windows or Linux comment on how this compares with nativefier?
评论 #32469211 未加载