aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2019-03-30 12:45:38 +0000
committerGitHub <noreply@github.com>2019-03-30 12:45:38 +0000
commit32ca0fa328e9f6e4a6ceeec50d062701e19cb469 (patch)
tree15bf681c19d6c9c8fb68a3eb9314fe540bb2d5ba
parentMerge pull request #1644 from worldworm/master (diff)
parentFix formatting (diff)
downloadawesome-selfhosted-32ca0fa328e9f6e4a6ceeec50d062701e19cb469.tar.gz
awesome-selfhosted-32ca0fa328e9f6e4a6ceeec50d062701e19cb469.zip
Merge pull request #1650 from sapphyrus/patch-1
Add code-server
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 990a2e24..f4c47204 100644
--- a/README.md
+++ b/README.md
@@ -1215,6 +1215,7 @@ See **[Ticketing](#ticketing)**
### IDE/Tools
- [Babelfish](https://doc.bblf.sh) - Self-hosted server for source code parsing. It can parse any file, in any supported language, extract an Abstract Syntax Tree from it, and convert it to a Universal Abstract Syntax Tree which can enable further analysis and transformation. ([Source Code](https://github.com/bblfsh/)) `GPL-3.0` `Go`
+- [Code-Server](https://github.com/codercom/code-server) - Visual Studio Code in the browser, hosted on a remote server. `MIT` `Nodejs/Docker`
- [Eclipse Che](http://www.eclipse.org/che/) - Open source workspace server and cloud IDE. ([Source Code](https://github.com/eclipse/che)) `EPL-1.0` `Docker/Java`
- [ICEcoder](https://icecoder.net/) - ICEcoder is a web IDE / browser based code editor, which allows you to develop websites directly within the web browser. ([Demo](http://demo.icecoder.net/ICEcoder/), [Source Code](https://github.com/mattpass/ICEcoder)) `MIT` `PHP`
- [JS Bin](http://jsbin.com/) - Open source collaborative web development debugging tool. ([Source Code](https://github.com/jsbin/jsbin)) `MIT` `Nodejs`