diff options
author | Edward D <ed.kickball@hotmail.com> | 2015-08-01 19:51:52 +0000 |
---|---|---|
committer | Edward D <ed.kickball@hotmail.com> | 2015-08-01 19:51:52 +0000 |
commit | db408cd21945a12bd9fd993f003a567bd83611ed (patch) | |
tree | cd3810e56b6280de156ab191b91638b04a69834d | |
parent | Merge pull request #82 from yelinaung/master (diff) | |
parent | Update README.md (diff) | |
download | awesome-selfhosted-db408cd21945a12bd9fd993f003a567bd83611ed.tar.gz awesome-selfhosted-db408cd21945a12bd9fd993f003a567bd83611ed.zip |
Merge pull request #97 from dhenson02/master
Added Remy's JS Bin (IDE/Tools)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -431,6 +431,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi ### IDE/Tools * [Codiad](http://codiad.com/) - a web-based IDE framework with a small footprint and minimal requirements. ([Source code](https://github.com/Codiad/Codiad)) + * [JS Bin](http://jsbin.com/) - open source collaborative web development debugging tool ([Source Code](https://github.com/jsbin/jsbin)) `MIT` `Nodejs` * [Pairjam](http://pairjam.com/) - Real-time web-based collaborative coding ([Source code](https://github.com/neerajwahi/pairjam)) * [Regexr](http://regexr.com/) - RegExr is a HTML/JS based tool for creating, testing, and learning about Regular Expressions. ([Source code](https://github.com/gskinner/regexr/)) `MIT` `Nodejs` * [Repo.js](http://darcyclarke.me/dev/repojs/) - A plugin to embed Github repos on your site ([Source code](https://github.com/darcyclarke/Repo.js)) |