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 applications with Node.js

15 pointsby gillybover 10 years ago

3 comments

jimmcslimover 10 years ago
The article discussed Node Webkit [1] but Atom Shell [2], upon which the Atom editor is built, is a similar technology also worth considering.<p>I find this approach to desktop apps quite intriguing, but I wonder if the underlying dependencies (Node.js, Chrome) are a bit risky from the perspective of adopting this platform for a LOB application (as opposed to say a WinForms&#x2F;WPF approach, the concern about the future of that notwithstanding).<p>[1] <a href="https://github.com/rogerwang/node-webkit" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rogerwang&#x2F;node-webkit</a> [2] <a href="https://github.com/atom/atom-shell" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;atom&#x2F;atom-shell</a>
SlashmanXover 10 years ago
(Ex) Dev of Popcorn Time here: Node-Webkit is tremendously useful for cross-platform development. I couldn&#x27;t imagine building an application that works the exact same on Mac, Linux and Windows without it (Note that OS-specific bugs in Popcorn Time are extremely rare). It really is a wonderful project
评论 #8464341 未加载
skrebbelover 10 years ago
tl;dr: Node-webkit exists