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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Web IDE for Web Development

4 点作者 zhs超过 11 年前

1 comment

benologist超过 11 年前
I&#x27;ve been experimenting with switching to a web-based IDE for the last few weeks after doing a fresh install of my os. The idea of keeping my various dev environments and random crap I want to play with separated is extremely tempting.<p>It works really, really well but it&#x27;s a terrible mistake doing it as a hosted service - being offline and latency ruin the experience completely, you can sync your repos locally but for offline work you need to mirror all your required software which gets you right back where you started.<p>I settled with Cloud9 which is an open source + self-hosted browser based IDE running on headless servers (one per project) in VirtualBox which is pretty nice. I think the future of cloud IDEs is going to hinge on having a local component for speed and availability with remote tools supplementing that.