TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: I don't want an interface like Gmail for my webapp. Alternatives?

2 点作者 expeditious将近 15 年前
It's slowly looking like my webapp should probably instead be a desktop app that talks in the background to a central server. I say this because it needs features like a webapp (log in as admin to the site, talk to db on webserver, see changes happen as they're made by others who are logged in, etc.), but it's complex enough that it feels like I should use GTK/Qt/whatever and run it on the desktop instead of using some in-browser overgrown JS GUI framework. Also, I am just not a fan of complex web pages that try to act like applications.<p>How can I have a desktop GUI app talk to the webserver securely? Should I just have my app send GET/POST requests over SSL? Have it use cookies for session management the way my webapp would?

暂无评论

暂无评论