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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: From desktop to webapp - where to begin?

6 点作者 rsobers超过 15 年前
I've been coding desktop client/server apps for a few years (telnet as the protocol). I've built basic websites in the past. Now I'm in an environment where I work exclusively with rich web applications.<p>What's my best bet for getting up to speed? Should I learn about web servers and HTTP in depth, focus mainly on the platform I'm using (asp.net/iis), or some other approach?<p>Thanks!

1 comment

kls超过 15 年前
JavaScript, CSS, HTML and REST is what you should learn everything else is transferable to any back end language and servers you choose.<p>Once you start building applications in this manner you can write you REST services in the language of the day and implement it on the server of the day.