Live Coding

This page collects Brackets extensions used for the research on live coding tools.


Continuous Compilation

A JSLint base continuous compilation extension for Brackets is available on GitHub:
https://github.com/JoachimK/brackets-continuous-compilation


Live Coding

The live coding extension is built just for research purpose and by no means ready for arbitrary production code. Keep in mind that all source code will be executed on your system immediately, including file access. To get started follow these steps:

  1. Make sure you have Node.js installed.
  2. Download the zip file below.
  3. Open Brackets, navigate to Help -> Show Extensions Folder
  4. Navigate to the disabled folder inside the extensions folder and unzip the package there.
  5. Symlink the Brackets-Plugin folder to the user folder inside the extensions folder. Assuming you navigated to the extensions/user folder:
    ln -s ../disabled/live/Brackets-Plugin live
  6. Navigate back to the folder extensions/disabled/live/backend/server.
  7. Install the required node modules by running
    npm install
  8. Start the node.js server by running
    node server.js
  9. Now restart (or reload) Brackets to see live coding in action.


Team

Project Lead: Jan-Peter Krämer
Thesis Students:
Joachim Kurz Ewgenij Belzmann Björn Heinen

Licence

The live coding plugin is published under the MIT License (MIT).

Copyright (c) 2014 RWTH Aachen University

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Attachments:
File Description File size Downloads Last modified
liveCoding.zip Live Coding Plugin 197 kB 1763 2014-02-24 18:30

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.