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

https://github.com/rlafranchi/rails_terminal

A demonstration on how to use ActionCable to stream realtime terminal output
https://github.com/rlafranchi/rails_terminal

actioncable pty rails rails5

Last synced: 8 months ago
JSON representation

A demonstration on how to use ActionCable to stream realtime terminal output

Awesome Lists containing this project

README

          

# Rails Terminal

Using ActionCable to ouput terminal commands. A prototype in hopes for supporting test execution for [System Tester](https://github.com/rlafranchi/system_tester)

![Screenshot](/screenshot.png)

## Install

```bash
# clone it, install dependencies, and run the server
$ bundle install
$ rails yarn:install
$ rails server
```