diff options
author | nodiscc <nodiscc@gmail.com> | 2019-05-20 17:53:29 +0000 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2019-05-20 17:53:29 +0000 |
commit | 2cf5b630c6ee981bada2136d47707e2f9207b320 (patch) | |
tree | b0af175f4c29e3d55f62343b63fa86cb0024062f | |
parent | Merge pull request #1695 from nodiscc/master (diff) | |
download | awesome-selfhosted-2cf5b630c6ee981bada2136d47707e2f9207b320.tar.gz awesome-selfhosted-2cf5b630c6ee981bada2136d47707e2f9207b320.zip |
babelfish: link directly to the server-side component
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1208,7 +1208,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` +- [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` - [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/mattpass/ICEcoder)) `MIT` `PHP` |