diff options
author | n8225 <n8225@users.noreply.github.com> | 2020-02-16 21:56:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-16 21:56:43 +0000 |
commit | 109a4a2253f633cfe90af49cf3b75589a9de68ee (patch) | |
tree | 694936840565ec787f3ad37c1f2d24dfac8b7205 | |
parent | Merge pull request #1983 from noorus/master (diff) | |
parent | Update README.md (diff) | |
download | awesome-selfhosted-109a4a2253f633cfe90af49cf3b75589a9de68ee.tar.gz awesome-selfhosted-109a4a2253f633cfe90af49cf3b75589a9de68ee.zip |
Merge pull request #1968 from HLSiira/patch-1
Added Atheos, continuing Codiad Development
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1320,6 +1320,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://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` |