gitmyhub

code-server

TypeScript ★ 78k updated 4d ago

VS Code in the browser

Run VS Code in your browser on a remote server. Code from any device without installing anything locally.

TypeScriptVS CodeNode.jsWeb Browsersetup: moderatecomplexity 3/5

coder/code-server lets you run VS Code — a code editor — inside a regular web browser. Instead of installing VS Code on your local machine, you host it on a server and access it through a browser tab from any device. This is useful for remote work scenarios where you want to code from a machine that doesn't have a development environment set up, or where you want to keep your work centralized on a remote server. Based on the topics, it is positioned as a browser-based IDE and development environment tool. It is written in TypeScript. The README does not provide further detail about setup, configuration, or specific use cases.

Where it fits