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.

Coder (Visual Studio Code in browser) goes open source

60 pointsby darrinmabout 6 years ago

8 comments

wodenokotoabout 6 years ago
I used to work at a place where we all used the enterprise server version of RStudio, which also runs in a browser.<p>There was a lot of good thing about that setup. Nobody could walk home with code, and no code was lost on somebody laptop.<p>Execution happened on a server, much more powerful than any dev machine.
评论 #19315990 未加载
评论 #19315369 未加载
Hortinsteinabout 6 years ago
Has anyone tried this and compared it to <a href="https:&#x2F;&#x2F;www.theia-ide.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.theia-ide.org&#x2F;</a>?<p>First thing off the bat I notice is that Coder looks harder to deploy or try out, Theia was super easy, on the landing page they had a docker one liner:<p>docker run -it -p 3000:3000 -v &quot;$(pwd):&#x2F;home&#x2F;project:cached&quot; theiaide&#x2F;theia:next
评论 #19319172 未加载
评论 #19315062 未加载
评论 #19320085 未加载
andreigheorgheabout 6 years ago
Why does an open source browser code editor ask for my phone number to sign up?
评论 #19316122 未加载
评论 #19320048 未加载
ksynwaabout 6 years ago
Visual Studio Code in browser sounds a lot like Visual Studio Code itself.
评论 #19316495 未加载
johnymontanaabout 6 years ago
Does it work well on iPad with an external keyboard? I&#x27;ve been surprisingly frustrated with the lack of support for iPad by in-browser IDEs.
评论 #19312274 未加载
评论 #19314476 未加载
评论 #19351870 未加载
NonEUCitizenabout 6 years ago
Requires a login to try. Should have non-login trial, or youtube video.
评论 #19312392 未加载
评论 #19312414 未加载
Wowfunhappyabout 6 years ago
It looks super easy to host your own server. The instructions consist of:<p>&gt; 1) Download a binary (Linux and OSX supported. Windows coming soon)<p>&gt; 2) Start the binary with the project directory as the first argument<p>&gt; code-server &lt;inital directory to open&gt;<p>From: <a href="https:&#x2F;&#x2F;github.com&#x2F;codercom&#x2F;code-server" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;codercom&#x2F;code-server</a><p>Disclaimer: I haven&#x27;t actually tried it.
评论 #19318342 未加载
anth_anmabout 6 years ago
Is this based on the same JS code editor as VS Code?
评论 #19318357 未加载