{"id":22677894,"url":"https://github.com/leask/code-server-nodejs","last_synced_at":"2025-07-14T18:37:21.819Z","repository":{"id":150323413,"uuid":"182173821","full_name":"Leask/code-server-nodejs","owner":"Leask","description":"code-server-nodejs is VS Code with Node.js development environment running on a remote server, accessible through the browser.","archived":false,"fork":false,"pushed_at":"2019-09-30T18:23:05.000Z","size":10,"stargazers_count":17,"open_issues_count":0,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-19T21:17:28.183Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Leask.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-19T00:10:52.000Z","updated_at":"2024-12-29T00:52:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"bcfcfe3a-4a32-4db9-9476-11f6c0fe7959","html_url":"https://github.com/Leask/code-server-nodejs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Leask/code-server-nodejs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leask%2Fcode-server-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leask%2Fcode-server-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leask%2Fcode-server-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leask%2Fcode-server-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Leask","download_url":"https://codeload.github.com/Leask/code-server-nodejs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leask%2Fcode-server-nodejs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265333084,"owners_count":23748727,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-09T18:03:11.419Z","updated_at":"2025-07-14T18:37:21.791Z","avatar_url":"https://github.com/Leask.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# code-server-nodejs\n\n[![MIT license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/codercom/code-server/blob/master/LICENSE)\n\n`code-server-nodejs` is [VS Code](https://github.com/Microsoft/vscode) with [Node.js](https://nodejs.org/) development environment running on a remote server, accessible through the browser.\n\nBased on [code-server](https://github.com/codercom/code-server) and [VS Code](https://github.com/Microsoft/vscode).\n\nTry it out:\n```bash\ndocker run -it -p 127.0.0.1:8443:8443 -v \"${PWD}:/home/coder/project\" leask/code-server-nodejs --allow-http --no-auth\n```\n\n- Code on your Chromebook, tablet, and laptop with a consistent dev environment.\n\t- If you have a Windows or Mac workstation, more easily develop for Linux.\n- Take advantage of large cloud servers to speed up tests, compilations, downloads, and more.\n- Preserve battery life when you're on the go.\n\t- All intensive computation runs on your server.\n\t- You're no longer running excess instances of Chrome.\n\n![Screenshot](https://raw.githubusercontent.com/codercom/code-server/master/doc/assets/ide.png)\n\n## Getting Started\n\nFor detailed instructions and troubleshooting, see the [self-hosted quick start guide](https://github.com/codercom/code-server/blob/master/doc/self-hosted/index.md).\n\n### Docker\n\nSee docker oneliner mentioned above. Dockerfile is at [/Dockerfile](/Dockerfile).\n\nQuickstart guides for [Google Cloud](https://github.com/codercom/code-server/blob/master/doc/admin/install/google_cloud.md), [AWS](https://github.com/codercom/code-server/blob/master/doc/admin/install/aws.md), and [Digital Ocean](https://github.com/codercom/code-server/blob/master/doc/admin/install/digitalocean.md).\n\n### How to [secure your setup](https://github.com/codercom/code-server/blob/master/doc/security/ssl.md)?\n\ncode-server-nodejs uses a self-signed SSL certificate that may prompt your browser to ask you some additional questions before you proceed. Please [read here](https://github.com/codercom/code-server/blob/master/doc/self-hosted/index.md) for more information.\n\n## Development\n\n### Known Issues\n\n- Creating custom VS Code extensions and debugging them doesn't work.\n\n### Future\n- **Stay up to date!** Get notified about new releases of code-server-nodejs.\n  ![Screenshot](https://raw.githubusercontent.com/codercom/code-server/master/doc/assets/release.gif)\n- Windows support.\n- Electron and Chrome OS applications to bridge the gap between local\u003c-\u003eremote.\n- Run VS Code unit tests against our builds to ensure features work as expected.\n\n### Extensions\n\nAt the moment we can't use the official VSCode Marketplace. We've created a custom extension marketplace focused around open-sourced extensions. However, if you have access to the `.vsix` file, you can manually install the extension.\n\n## Telemetry\n\nUse the `--disable-telemetry` flag or set `DISABLE_TELEMETRY=true` to disable tracking ENTIRELY.\n\ncode-server `(NOT code-server-nodejs)` use data collected to improve code-server.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleask%2Fcode-server-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleask%2Fcode-server-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleask%2Fcode-server-nodejs/lists"}