diff options
author | HLSiira <liam@siira.us> | 2020-02-04 17:58:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-04 17:58:28 +0000 |
commit | 6c2b3f6e2eee4910df610e8a2e2769255c6e5f9a (patch) | |
tree | e3657de9180304ba66fb666cb59cd78513750e2e | |
parent | Update README.md (diff) | |
download | awesome-selfhosted-6c2b3f6e2eee4910df610e8a2e2769255c6e5f9a.tar.gz awesome-selfhosted-6c2b3f6e2eee4910df610e8a2e2769255c6e5f9a.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1313,7 +1313,7 @@ See **[Ticketing](#ticketing)** ### IDE/Tools - [Atheos](https://www.atheos.io) - Web-based IDE framework with a small footprint and minimal requirements, continued from Codiad. ([Source Code](https://github.com/Atheos/Atheos)) `MIT` `PHP` -- [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/bblfshd)) `GPL-3.0` `Go` +- [Babelfish](https://github.com/bblfsh/bblfshd) - 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. `GPL-3.0` `Go` - [Code-Server](https://coder.com/) - Visual Studio Code in the browser, hosted on a remote server. ([Source Code](https://github.com/cdr/code-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/icecoder/ICEcoder)) `MIT` `PHP` |