Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/revolunet/jsconsole

Web based console - for presentations and workshops
https://github.com/revolunet/jsconsole

Last synced: 3 months ago
JSON representation

Web based console - for presentations and workshops

Awesome Lists containing this project

README

        

# JS Console

A JavaScript (and [CoffeeScript](http://coffeescript.com)) web console, useful for quick experimentation, debugging, presentations (for live coding) and workshops.

Also available as a [native iOS app](http://jsconsole.com/app/) from the iTunes store

# Features

- Remote device debugging using "listen" command ([more info](http://jsconsole.com/remote-debugging.html))
- Resizable font (yep, biggest issue with Firebug in workshops)
- Autocomplete in WebKit desktop browsers
- shift + up/down for bigger console
- Save history (based on session)
- Add support for loading in a DOM (YQL - I thank you again)
- Permalink to individual executions

# TODO

- Permalink to session (trickier, server side required - can I do it without?)