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
- Host: GitHub
- URL: https://github.com/rlafranchi/rails_terminal
- Owner: rlafranchi
- Created: 2017-07-13T13:47:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-16T15:18:56.000Z (about 8 years ago)
- Last Synced: 2025-01-01T23:42:13.922Z (9 months ago)
- Topics: actioncable, pty, rails, rails5
- Language: Ruby
- Size: 155 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

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